Class: Aws::Types::GetAddressListResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#address_list_arn::String

Returns the value of attribute address_list_arn.

Returns:



456
457
458
# File 'sig/types.rbs', line 456

def address_list_arn
  @address_list_arn
end

#address_list_id::String

Returns the value of attribute address_list_id.

Returns:



455
456
457
# File 'sig/types.rbs', line 455

def address_list_id
  @address_list_id
end

#address_list_name::String

Returns the value of attribute address_list_name.

Returns:



457
458
459
# File 'sig/types.rbs', line 457

def address_list_name
  @address_list_name
end

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:



458
459
460
# File 'sig/types.rbs', line 458

def created_timestamp
  @created_timestamp
end

#last_updated_timestamp::Time

Returns the value of attribute last_updated_timestamp.

Returns:



459
460
461
# File 'sig/types.rbs', line 459

def last_updated_timestamp
  @last_updated_timestamp
end