Class: Aws::IoTWireless::Types::GetDestinationResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name of the resource.

Returns:

  • (String)


1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1711

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

#descriptionString

The description of the resource.

Returns:

  • (String)


1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1711

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

#expressionString

The rule name or topic rule to send messages to.

Returns:

  • (String)


1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1711

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

#expression_typeString

The type of value in Expression.

Returns:

  • (String)


1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1711

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

#nameString

The name of the resource.

Returns:

  • (String)


1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1711

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

#role_arnString

The ARN of the IAM Role that authorizes the destination.

Returns:

  • (String)


1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1711

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