Class: Aws::IoTWireless::Types::GetServiceProfileRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the resource to get.

Returns:

  • (String)


2513
2514
2515
2516
2517
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2513

class GetServiceProfileRequest < Struct.new(
  :id)
  SENSITIVE = []
  include Aws::Structure
end