Class: Aws::Types::GetContactListResponse

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)


788
789
790
# File 'sig/types.rbs', line 788

def contact_list_name
  @contact_list_name
end

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


791
792
793
# File 'sig/types.rbs', line 791

def created_timestamp
  @created_timestamp
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


790
791
792
# File 'sig/types.rbs', line 790

def description
  @description
end

#last_updated_timestamp::Time

Returns the value of attribute last_updated_timestamp.

Returns:

  • (::Time)


792
793
794
# File 'sig/types.rbs', line 792

def last_updated_timestamp
  @last_updated_timestamp
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



793
794
795
# File 'sig/types.rbs', line 793

def tags
  @tags
end

#topics::Array[Types::Topic]

Returns the value of attribute topics.

Returns:



789
790
791
# File 'sig/types.rbs', line 789

def topics
  @topics
end