Class: Aws::Types::CancelSubscriptionOutput
- Inherits:
-
Object
- Object
- Aws::Types::CancelSubscriptionOutput
- 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.
542 543 544 |
# File 'sig/types.rbs', line 542 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
538 539 540 |
# File 'sig/types.rbs', line 538 def created_by @created_by end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
540 541 542 |
# File 'sig/types.rbs', line 540 def domain_id @domain_id end |
#id ⇒ ::String
Returns the value of attribute id.
537 538 539 |
# File 'sig/types.rbs', line 537 def id @id end |
#retain_permissions ⇒ Boolean
Returns the value of attribute retain_permissions.
547 548 549 |
# File 'sig/types.rbs', line 547 def @retain_permissions end |
#status ⇒ "APPROVED", ...
Returns the value of attribute status.
541 542 543 |
# File 'sig/types.rbs', line 541 def status @status end |
#subscribed_listing ⇒ Types::SubscribedListing
Returns the value of attribute subscribed_listing.
545 546 547 |
# File 'sig/types.rbs', line 545 def subscribed_listing @subscribed_listing end |
#subscribed_principal ⇒ Types::SubscribedPrincipal
Returns the value of attribute subscribed_principal.
544 545 546 |
# File 'sig/types.rbs', line 544 def subscribed_principal @subscribed_principal end |
#subscription_request_id ⇒ ::String
Returns the value of attribute subscription_request_id.
546 547 548 |
# File 'sig/types.rbs', line 546 def subscription_request_id @subscription_request_id end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
543 544 545 |
# File 'sig/types.rbs', line 543 def updated_at @updated_at end |
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
539 540 541 |
# File 'sig/types.rbs', line 539 def updated_by @updated_by end |