class Aws::IoTWireless::Types::UpdateDestinationRequest

@note When making an API call, you may pass UpdateDestinationRequest

data as a hash:

    {
      name: "DestinationName", # required
      expression_type: "RuleName", # accepts RuleName, MqttTopic
      expression: "Expression",
      description: "Description",
      role_arn: "RoleArn",
    }

@!attribute [rw] name

The new name of the resource.
@return [String]

@!attribute [rw] expression_type

The type of value in `Expression`.
@return [String]

@!attribute [rw] expression

The new rule name or topic rule to send messages to.
@return [String]

@!attribute [rw] description

A new description of the resource.
@return [String]

@!attribute [rw] role_arn

The ARN of the IAM Role that authorizes the destination.
@return [String]

Constants

SENSITIVE