Class: Aws::IoTWireless::Types::GetServiceProfileResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name of the resource.

Returns:

  • (String)


2603
2604
2605
2606
2607
2608
2609
2610
# File 'lib/aws-sdk-iotwireless/types.rb', line 2603

class GetServiceProfileResponse < Struct.new(
  :arn,
  :name,
  :id,
  :lo_ra_wan)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the service profile.

Returns:

  • (String)


2603
2604
2605
2606
2607
2608
2609
2610
# File '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_wanTypes::LoRaWANGetServiceProfileInfo

Information about the service profile.



2603
2604
2605
2606
2607
2608
2609
2610
# File 'lib/aws-sdk-iotwireless/types.rb', line 2603

class GetServiceProfileResponse < Struct.new(
  :arn,
  :name,
  :id,
  :lo_ra_wan)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the resource.

Returns:

  • (String)


2603
2604
2605
2606
2607
2608
2609
2610
# File 'lib/aws-sdk-iotwireless/types.rb', line 2603

class GetServiceProfileResponse < Struct.new(
  :arn,
  :name,
  :id,
  :lo_ra_wan)
  SENSITIVE = []
  include Aws::Structure
end