Class: Aws::Types::CreateAddressListRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#address_list_name::String

Returns the value of attribute address_list_name.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



196
197
198
# File 'sig/types.rbs', line 196

def tags
  @tags
end