Class: Aws::IoTWireless::Types::Destinations

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

Overview

Describes a destination.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ String

The Amazon Resource Name of the resource.

Returns:

  • (String)


1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
# File 'lib/aws-sdk-iotwireless/types.rb', line 1479

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

#description ⇒ String

The description of the resource.

Returns:

  • (String)


1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
# File 'lib/aws-sdk-iotwireless/types.rb', line 1479

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

#expression ⇒ String

The rule name or topic rule to send messages to.

Returns:

  • (String)


1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
# File 'lib/aws-sdk-iotwireless/types.rb', line 1479

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

#expression_type ⇒ String

The type of value in Expression.

Returns:

  • (String)


1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
# File 'lib/aws-sdk-iotwireless/types.rb', line 1479

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

#name ⇒ String

The name of the resource.

Returns:

  • (String)


1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
# File 'lib/aws-sdk-iotwireless/types.rb', line 1479

class Destinations < Struct.new(
  :arn,
  :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)


1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
# File 'lib/aws-sdk-iotwireless/types.rb', line 1479

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