Class: Aws::Types::GetServiceProfileResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


874
875
876
# File 'sig/types.rbs', line 874

def arn
  @arn
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


876
877
878
# File 'sig/types.rbs', line 876

def id
  @id
end

#lo_ra_wan ⇒ Types::LoRaWANGetServiceProfileInfo

Returns the value of attribute lo_ra_wan.



877
878
879
# File 'sig/types.rbs', line 877

def lo_ra_wan
  @lo_ra_wan
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


875
876
877
# File 'sig/types.rbs', line 875

def name
  @name
end