Class: Aws::Types::ListContactVersionsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#contact_versions_list ⇒ ::Array[Types::ContactVersion]

Returns the value of attribute contact_versions_list.

Returns:



827
828
829
# File 'sig/types.rbs', line 827

def contact_versions_list
  @contact_versions_list
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


826
827
828
# File 'sig/types.rbs', line 826

def next_token
  @next_token
end