Class: Aws::Types::GetSubscriptionOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetSubscriptionOutput
- 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.
3257 3258 3259 |
# File 'sig/types.rbs', line 3257 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
3253 3254 3255 |
# File 'sig/types.rbs', line 3253 def created_by @created_by end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
3255 3256 3257 |
# File 'sig/types.rbs', line 3255 def domain_id @domain_id end |
#id ⇒ ::String
Returns the value of attribute id.
3252 3253 3254 |
# File 'sig/types.rbs', line 3252 def id @id end |
#retain_permissions ⇒ Boolean
Returns the value of attribute retain_permissions.
3262 3263 3264 |
# File 'sig/types.rbs', line 3262 def @retain_permissions end |
#status ⇒ "APPROVED", ...
Returns the value of attribute status.
3256 3257 3258 |
# File 'sig/types.rbs', line 3256 def status @status end |
#subscribed_listing ⇒ Types::SubscribedListing
Returns the value of attribute subscribed_listing.
3260 3261 3262 |
# File 'sig/types.rbs', line 3260 def subscribed_listing @subscribed_listing end |
#subscribed_principal ⇒ Types::SubscribedPrincipal
Returns the value of attribute subscribed_principal.
3259 3260 3261 |
# File 'sig/types.rbs', line 3259 def subscribed_principal @subscribed_principal end |
#subscription_request_id ⇒ ::String
Returns the value of attribute subscription_request_id.
3261 3262 3263 |
# File 'sig/types.rbs', line 3261 def subscription_request_id @subscription_request_id end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
3258 3259 3260 |
# File 'sig/types.rbs', line 3258 def updated_at @updated_at end |
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
3254 3255 3256 |
# File 'sig/types.rbs', line 3254 def updated_by @updated_by end |