Class: Aws::Types::CreateAddonSubscriptionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAddonSubscriptionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#addon_name ⇒ ::String
Returns the value of attribute addon_name.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#addon_name ⇒ ::String
Returns the value of attribute addon_name.
169 170 171 |
# File 'sig/types.rbs', line 169 def addon_name @addon_name end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
168 169 170 |
# File 'sig/types.rbs', line 168 def client_token @client_token end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
170 171 172 |
# File 'sig/types.rbs', line 170 def @tags end |