Module: Aws::CodeCatalyst::Client::_GetSubscriptionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetSubscriptionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #aws_account_name ⇒ ::String
- #pending_subscription_start_time ⇒ ::Time
- #pending_subscription_type ⇒ ::String
- #subscription_type ⇒ ::String
Instance Method Details
#aws_account_name ⇒ ::String
322 |
# File 'sig/client.rbs', line 322
def aws_account_name: () -> ::String
|
#pending_subscription_start_time ⇒ ::Time
324 |
# File 'sig/client.rbs', line 324
def pending_subscription_start_time: () -> ::Time
|
#pending_subscription_type ⇒ ::String
323 |
# File 'sig/client.rbs', line 323
def pending_subscription_type: () -> ::String
|
#subscription_type ⇒ ::String
321 |
# File 'sig/client.rbs', line 321
def subscription_type: () -> ::String
|