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

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

#arnString

The Amazon Resource Name of the resource.

Returns:

  • (String)


2393
2394
2395
2396
2397
2398
2399
2400
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2393

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

#idString

The ID of the service profile.

Returns:

  • (String)


2393
2394
2395
2396
2397
2398
2399
2400
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2393

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

#lo_ra_wanTypes::LoRaWANGetServiceProfileInfo

Information about the service profile.



2393
2394
2395
2396
2397
2398
2399
2400
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2393

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

#nameString

The name of the resource.

Returns:

  • (String)


2393
2394
2395
2396
2397
2398
2399
2400
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2393

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