Class: Aws::IoTWireless::Types::UpdateDestinationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotwireless/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#description ⇒ String

A new description of the resource.

Returns:

  • (String)


6678
6679
6680
6681
6682
6683
6684
6685
6686
# File 'lib/aws-sdk-iotwireless/types.rb', line 6678

class UpdateDestinationRequest < Struct.new(
  :name,
  :expression_type,
  :expression,
  :description,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#expression ⇒ String

The new rule name or topic rule to send messages to.

Returns:

  • (String)


6678
6679
6680
6681
6682
6683
6684
6685
6686
# File 'lib/aws-sdk-iotwireless/types.rb', line 6678

class UpdateDestinationRequest < Struct.new(
  :name,
  :expression_type,
  :expression,
  :description,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#expression_type ⇒ String

The type of value in Expression.

Returns:

  • (String)


6678
6679
6680
6681
6682
6683
6684
6685
6686
# File 'lib/aws-sdk-iotwireless/types.rb', line 6678

class UpdateDestinationRequest < Struct.new(
  :name,
  :expression_type,
  :expression,
  :description,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#name ⇒ String

The new name of the resource.

Returns:

  • (String)


6678
6679
6680
6681
6682
6683
6684
6685
6686
# File 'lib/aws-sdk-iotwireless/types.rb', line 6678

class UpdateDestinationRequest < Struct.new(
  :name,
  :expression_type,
  :expression,
  :description,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#role_arn ⇒ String

The ARN of the IAM Role that authorizes the destination.

Returns:

  • (String)


6678
6679
6680
6681
6682
6683
6684
6685
6686
# File 'lib/aws-sdk-iotwireless/types.rb', line 6678

class UpdateDestinationRequest < Struct.new(
  :name,
  :expression_type,
  :expression,
  :description,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end