Class: Aws::IoTWireless::Types::ServiceProfile

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotwireless/types.rb

Overview

Information about a service profile.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name of the resource.

Returns:

  • (String)


5405
5406
5407
5408
5409
5410
5411
# File 'lib/aws-sdk-iotwireless/types.rb', line 5405

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

#idString

The ID of the service profile.

Returns:

  • (String)


5405
5406
5407
5408
5409
5410
5411
# File 'lib/aws-sdk-iotwireless/types.rb', line 5405

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

#nameString

The name of the resource.

Returns:

  • (String)


5405
5406
5407
5408
5409
5410
5411
# File 'lib/aws-sdk-iotwireless/types.rb', line 5405

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