Class: Aws::IoTWireless::Types::CreateServiceProfileResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


949
950
951
952
953
954
# File 'lib/aws-sdk-iotwireless/types.rb', line 949

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

#idString

The ID of the new service profile.

Returns:

  • (String)


949
950
951
952
953
954
# File 'lib/aws-sdk-iotwireless/types.rb', line 949

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