Class: Aws::Types::UpdateSubscriptionRequestInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSubscriptionRequestInput
- 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.
-
#request_reason ⇒ ::String
Returns the value of attribute request_reason.
Instance Attribute Details
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
6867 6868 6869 |
# File 'sig/types.rbs', line 6867 def domain_identifier @domain_identifier end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
6868 6869 6870 |
# File 'sig/types.rbs', line 6868 def identifier @identifier end |
#request_reason ⇒ ::String
Returns the value of attribute request_reason.
6869 6870 6871 |
# File 'sig/types.rbs', line 6869 def request_reason @request_reason end |