Class: Aws::Types::CreateContactListRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#contact_list_name::String

Returns the value of attribute contact_list_name.

Returns:

  • (::String)


198
199
200
# File 'sig/types.rbs', line 198

def contact_list_name
  @contact_list_name
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


200
201
202
# File 'sig/types.rbs', line 200

def description
  @description
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



201
202
203
# File 'sig/types.rbs', line 201

def tags
  @tags
end

#topics::Array[Types::Topic]

Returns the value of attribute topics.

Returns:



199
200
201
# File 'sig/types.rbs', line 199

def topics
  @topics
end