Class: Aws::Types::CreateAddressListRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAddressListRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#address_list_name ⇒ ::String
Returns the value of attribute address_list_name.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#address_list_name ⇒ ::String
Returns the value of attribute address_list_name.
195 196 197 |
# File 'sig/types.rbs', line 195 def address_list_name @address_list_name end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
194 195 196 |
# File 'sig/types.rbs', line 194 def client_token @client_token end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
196 197 198 |
# File 'sig/types.rbs', line 196 def @tags end |