Class: Aws::Types::RevokeSubscriptionOutput
- Inherits:
-
Object
- Object
- Aws::Types::RevokeSubscriptionOutput
- 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.
5392 5393 5394 |
# File 'sig/types.rbs', line 5392 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
5388 5389 5390 |
# File 'sig/types.rbs', line 5388 def created_by @created_by end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
5390 5391 5392 |
# File 'sig/types.rbs', line 5390 def domain_id @domain_id end |
#id ⇒ ::String
Returns the value of attribute id.
5387 5388 5389 |
# File 'sig/types.rbs', line 5387 def id @id end |
#retain_permissions ⇒ Boolean
Returns the value of attribute retain_permissions.
5397 5398 5399 |
# File 'sig/types.rbs', line 5397 def @retain_permissions end |
#status ⇒ "APPROVED", ...
Returns the value of attribute status.
5391 5392 5393 |
# File 'sig/types.rbs', line 5391 def status @status end |
#subscribed_listing ⇒ Types::SubscribedListing
Returns the value of attribute subscribed_listing.
5395 5396 5397 |
# File 'sig/types.rbs', line 5395 def subscribed_listing @subscribed_listing end |
#subscribed_principal ⇒ Types::SubscribedPrincipal
Returns the value of attribute subscribed_principal.
5394 5395 5396 |
# File 'sig/types.rbs', line 5394 def subscribed_principal @subscribed_principal end |
#subscription_request_id ⇒ ::String
Returns the value of attribute subscription_request_id.
5396 5397 5398 |
# File 'sig/types.rbs', line 5396 def subscription_request_id @subscription_request_id end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
5393 5394 5395 |
# File 'sig/types.rbs', line 5393 def updated_at @updated_at end |
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
5389 5390 5391 |
# File 'sig/types.rbs', line 5389 def updated_by @updated_by end |