Class: Aws::Types::GetServiceProfileResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetServiceProfileResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#lo_ra_wan ⇒ Types::LoRaWANGetServiceProfileInfo
Returns the value of attribute lo_ra_wan.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
874 875 876 |
# File 'sig/types.rbs', line 874 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
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.
875 876 877 |
# File 'sig/types.rbs', line 875 def name @name end |