Class: Aws::Types::RejectSubscriptionRequestInput
- Inherits:
-
Object
- Object
- Aws::Types::RejectSubscriptionRequestInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#decision_comment ⇒ ::String
Returns the value of attribute decision_comment.
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
Instance Attribute Details
#decision_comment ⇒ ::String
Returns the value of attribute decision_comment.
5270 5271 5272 |
# File 'sig/types.rbs', line 5270 def decision_comment @decision_comment end |
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
5268 5269 5270 |
# File 'sig/types.rbs', line 5268 def domain_identifier @domain_identifier end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
5269 5270 5271 |
# File 'sig/types.rbs', line 5269 def identifier @identifier end |