Class: Aws::Types::SubscriptionSummary
- Inherits:
-
Object
- Object
- Aws::Types::SubscriptionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#retain_permissions ⇒ Boolean
Returns the value of attribute retain_permissions.
-
#status ⇒ "APPROVED", ...
Returns the value of attribute status.
-
#subscribed_listing ⇒ Types::SubscribedListing
Returns the value of attribute subscribed_listing.
-
#subscribed_principal ⇒ Types::SubscribedPrincipal
Returns the value of attribute subscribed_principal.
-
#subscription_request_id ⇒ ::String
Returns the value of attribute subscription_request_id.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
6237 6238 6239 |
# File 'sig/types.rbs', line 6237 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
6233 6234 6235 |
# File 'sig/types.rbs', line 6233 def created_by @created_by end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
6235 6236 6237 |
# File 'sig/types.rbs', line 6235 def domain_id @domain_id end |
#id ⇒ ::String
Returns the value of attribute id.
6232 6233 6234 |
# File 'sig/types.rbs', line 6232 def id @id end |
#retain_permissions ⇒ Boolean
Returns the value of attribute retain_permissions.
6242 6243 6244 |
# File 'sig/types.rbs', line 6242 def @retain_permissions end |
#status ⇒ "APPROVED", ...
Returns the value of attribute status.
6236 6237 6238 |
# File 'sig/types.rbs', line 6236 def status @status end |
#subscribed_listing ⇒ Types::SubscribedListing
Returns the value of attribute subscribed_listing.
6240 6241 6242 |
# File 'sig/types.rbs', line 6240 def subscribed_listing @subscribed_listing end |
#subscribed_principal ⇒ Types::SubscribedPrincipal
Returns the value of attribute subscribed_principal.
6239 6240 6241 |
# File 'sig/types.rbs', line 6239 def subscribed_principal @subscribed_principal end |
#subscription_request_id ⇒ ::String
Returns the value of attribute subscription_request_id.
6241 6242 6243 |
# File 'sig/types.rbs', line 6241 def subscription_request_id @subscription_request_id end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
6238 6239 6240 |
# File 'sig/types.rbs', line 6238 def updated_at @updated_at end |
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
6234 6235 6236 |
# File 'sig/types.rbs', line 6234 def updated_by @updated_by end |