Class: Aws::IoTWireless::Types::ServiceProfile
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::ServiceProfile
- 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
-
#arn ⇒ String
The Amazon Resource Name of the resource.
-
#id ⇒ String
The ID of the service profile.
-
#name ⇒ String
The name of the resource.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name of the resource.
5405 5406 5407 5408 5409 5410 5411 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5405 class ServiceProfile < Struct.new( :arn, :name, :id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the service profile.
5405 5406 5407 5408 5409 5410 5411 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5405 class ServiceProfile < Struct.new( :arn, :name, :id) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the resource.
5405 5406 5407 5408 5409 5410 5411 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5405 class ServiceProfile < Struct.new( :arn, :name, :id) SENSITIVE = [] include Aws::Structure end |