Class: Aws::Types::CreateSubscriptionDefinitionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateSubscriptionDefinitionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amzn_client_token ⇒ ::String
Returns the value of attribute amzn_client_token.
-
#initial_version ⇒ Types::SubscriptionDefinitionVersion
Returns the value of attribute initial_version.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#amzn_client_token ⇒ ::String
Returns the value of attribute amzn_client_token.
387 388 389 |
# File 'sig/types.rbs', line 387 def amzn_client_token @amzn_client_token end |
#initial_version ⇒ Types::SubscriptionDefinitionVersion
Returns the value of attribute initial_version.
388 389 390 |
# File 'sig/types.rbs', line 388 def initial_version @initial_version end |
#name ⇒ ::String
Returns the value of attribute name.
389 390 391 |
# File 'sig/types.rbs', line 389 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
390 391 392 |
# File 'sig/types.rbs', line 390 def @tags end |