Class: Aws::IoTWireless::Types::CreateServiceProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::CreateServiceProfileResponse
- 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 new resource.
-
#id ⇒ String
The ID of the new service profile.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name of the new resource.
942 943 944 945 946 947 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 942 class CreateServiceProfileResponse < Struct.new( :arn, :id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the new service profile.
942 943 944 945 946 947 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 942 class CreateServiceProfileResponse < Struct.new( :arn, :id) SENSITIVE = [] include Aws::Structure end |