Class: Aws::Types::ListQueueEmailAddressesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#email_address_metadata_list::Array[Types::EmailAddressSummary]

Returns the value of attribute email_address_metadata_list.

Returns:



5280
5281
5282
# File 'sig/types.rbs', line 5280

def 
  @email_address_metadata_list
end

#last_modified_region::String

Returns the value of attribute last_modified_region.

Returns:

  • (::String)


5282
5283
5284
# File 'sig/types.rbs', line 5282

def last_modified_region
  @last_modified_region
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


5281
5282
5283
# File 'sig/types.rbs', line 5281

def last_modified_time
  @last_modified_time
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


5279
5280
5281
# File 'sig/types.rbs', line 5279

def next_token
  @next_token
end