Class: Aws::Types::CreateAccountSubscriptionResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateAccountSubscriptionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#signup_response ⇒ Types::SignupResponse
Returns the value of attribute signup_response.
-
#status ⇒ ::Integer
Returns the value of attribute status.
Instance Attribute Details
#request_id ⇒ ::String
Returns the value of attribute request_id.
2074 2075 2076 |
# File 'sig/types.rbs', line 2074 def request_id @request_id end |
#signup_response ⇒ Types::SignupResponse
Returns the value of attribute signup_response.
2072 2073 2074 |
# File 'sig/types.rbs', line 2072 def signup_response @signup_response end |
#status ⇒ ::Integer
Returns the value of attribute status.
2073 2074 2075 |
# File 'sig/types.rbs', line 2073 def status @status end |