Class: Aws::Types::PartnerInfo
- Inherits:
-
Object
- Object
- Aws::Types::PartnerInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enrolled_at ⇒ ::Time
Returns the value of attribute enrolled_at.
-
#status ⇒ "Active", "Suspended"
Returns the value of attribute status.
-
#tier_name ⇒ "Essential", ...
Returns the value of attribute tier_name.
Instance Attribute Details
#enrolled_at ⇒ ::Time
Returns the value of attribute enrolled_at.
2513 2514 2515 |
# File 'sig/types.rbs', line 2513 def enrolled_at @enrolled_at end |
#status ⇒ "Active", "Suspended"
Returns the value of attribute status.
2515 2516 2517 |
# File 'sig/types.rbs', line 2515 def status @status end |
#tier_name ⇒ "Essential", ...
Returns the value of attribute tier_name.
2514 2515 2516 |
# File 'sig/types.rbs', line 2514 def tier_name @tier_name end |