Class: Aws::IoTWireless::Types::CreateDestinationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::CreateDestinationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name of the new resource.
-
#name ⇒ String
The name of the new resource.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name of the new resource.
579 580 581 582 583 584 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 579 class CreateDestinationResponse < Struct.new( :arn, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the new resource.
579 580 581 582 583 584 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 579 class CreateDestinationResponse < Struct.new( :arn, :name) SENSITIVE = [] include Aws::Structure end |