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)


561
562
563
564
565
566
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 561

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

#nameString

The name of the new resource.

Returns:

  • (String)


561
562
563
564
565
566
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 561

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