Class: Aws::Types::RevokeSubscriptionInput
- Inherits:
-
Object
- Object
- Aws::Types::RevokeSubscriptionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#retain_permissions ⇒ Boolean
Returns the value of attribute retain_permissions.
Instance Attribute Details
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
5380 5381 5382 |
# File 'sig/types.rbs', line 5380 def domain_identifier @domain_identifier end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
5381 5382 5383 |
# File 'sig/types.rbs', line 5381 def identifier @identifier end |
#retain_permissions ⇒ Boolean
Returns the value of attribute retain_permissions.
5382 5383 5384 |
# File 'sig/types.rbs', line 5382 def @retain_permissions end |