Class: Aws::IoTWireless::Types::GetServiceProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::GetServiceProfileRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the resource to get.
Instance Attribute Details
#id ⇒ String
The ID of the resource to get.
2581 2582 2583 2584 2585 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 2581 class GetServiceProfileRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |