Class: Aws::Types::GetSubscriptionDefinitionVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetSubscriptionDefinitionVersionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#subscription_definition_id ⇒ ::String
Returns the value of attribute subscription_definition_id.
-
#subscription_definition_version_id ⇒ ::String
Returns the value of attribute subscription_definition_version_id.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
943 944 945 |
# File 'sig/types.rbs', line 943 def next_token @next_token end |
#subscription_definition_id ⇒ ::String
Returns the value of attribute subscription_definition_id.
944 945 946 |
# File 'sig/types.rbs', line 944 def subscription_definition_id @subscription_definition_id end |
#subscription_definition_version_id ⇒ ::String
Returns the value of attribute subscription_definition_version_id.
945 946 947 |
# File 'sig/types.rbs', line 945 def subscription_definition_version_id @subscription_definition_version_id end |