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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotwireless/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)


5068
5069
5070
5071
5072
5073
5074
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5068

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

#idString

The ID of the service profile.

Returns:

  • (String)


5068
5069
5070
5071
5072
5073
5074
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5068

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

#nameString

The name of the resource.

Returns:

  • (String)


5068
5069
5070
5071
5072
5073
5074
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5068

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