Class: Aws::IoTWireless::Types::GetServiceProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::GetServiceProfileResponse
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
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.
-
#lo_ra_wan ⇒ Types::LoRaWANGetServiceProfileInfo
Information about the service profile.
-
#name ⇒ String
The name of the resource.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name of the resource.
2603 2604 2605 2606 2607 2608 2609 2610 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2603 class GetServiceProfileResponse < Struct.new( :arn, :name, :id, :lo_ra_wan) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the service profile.
2603 2604 2605 2606 2607 2608 2609 2610 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2603 class GetServiceProfileResponse < Struct.new( :arn, :name, :id, :lo_ra_wan) SENSITIVE = [] include Aws::Structure end |
#lo_ra_wan ⇒ Types::LoRaWANGetServiceProfileInfo
Information about the service profile.
2603 2604 2605 2606 2607 2608 2609 2610 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2603 class GetServiceProfileResponse < Struct.new( :arn, :name, :id, :lo_ra_wan) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the resource.
2603 2604 2605 2606 2607 2608 2609 2610 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2603 class GetServiceProfileResponse < Struct.new( :arn, :name, :id, :lo_ra_wan) SENSITIVE = [] include Aws::Structure end |