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)


209
210
211
# File 'sig/types.rbs', line 209

def contact_list_name
  @contact_list_name
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


211
212
213
# File 'sig/types.rbs', line 211

def description
  @description
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



212
213
214
# File 'sig/types.rbs', line 212

def tags
  @tags
end

#topics::Array[Types::Topic]

Returns the value of attribute topics.

Returns:



210
211
212
# File 'sig/types.rbs', line 210

def topics
  @topics
end