Class: Aws::IoTWireless::Types::CreateDestinationResponse

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 new resource.

Returns:

  • (String)


579
580
581
582
583
584
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 579

class CreateDestinationResponse < Struct.new(
  :arn,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the new resource.

Returns:

  • (String)


579
580
581
582
583
584
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 579

class CreateDestinationResponse < Struct.new(
  :arn,
  :name)
  SENSITIVE = []
  include Aws::Structure
end