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.
592 593 594 595 596 597 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 592 class CreateDestinationResponse < Struct.new( :arn, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the new resource.
592 593 594 595 596 597 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 592 class CreateDestinationResponse < Struct.new( :arn, :name) SENSITIVE = [] include Aws::Structure end |