Class: Aws::Types::UpdateContactListRequest

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)


2133
2134
2135
# File 'sig/types.rbs', line 2133

def contact_list_name
  @contact_list_name
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2135
2136
2137
# File 'sig/types.rbs', line 2135

def description
  @description
end

#topics::Array[Types::Topic]

Returns the value of attribute topics.

Returns:



2134
2135
2136
# File 'sig/types.rbs', line 2134

def topics
  @topics
end