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

#arn ⇒ String

The Amazon Resource Name of the resource.

Returns:

  • (String)


2663
2664
2665
2666
2667
2668
2669
2670
# File 'lib/aws-sdk-iotwireless/types.rb', line 2663

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

#id ⇒ String

The ID of the service profile.

Returns:

  • (String)


2663
2664
2665
2666
2667
2668
2669
2670
# File 'lib/aws-sdk-iotwireless/types.rb', line 2663

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

#lo_ra_wan ⇒ Types::LoRaWANGetServiceProfileInfo

Information about the service profile.



2663
2664
2665
2666
2667
2668
2669
2670
# File 'lib/aws-sdk-iotwireless/types.rb', line 2663

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

#name ⇒ String

The name of the resource.

Returns:

  • (String)


2663
2664
2665
2666
2667
2668
2669
2670
# File 'lib/aws-sdk-iotwireless/types.rb', line 2663

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