Class: Aws::Types::GetProfileResult
- Inherits:
-
Object
- Object
- Aws::Types::GetProfileResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#partner ⇒ Types::PartnerInfo
Returns the value of attribute partner.
-
#profile_type ⇒ "Lightsailor", "LightsailPartner"
Returns the value of attribute profile_type.
Instance Attribute Details
#partner ⇒ Types::PartnerInfo
Returns the value of attribute partner.
1905 1906 1907 |
# File 'sig/types.rbs', line 1905 def partner @partner end |
#profile_type ⇒ "Lightsailor", "LightsailPartner"
Returns the value of attribute profile_type.
1904 1905 1906 |
# File 'sig/types.rbs', line 1904 def profile_type @profile_type end |