Class: Aws::Types::GetAddressListResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetAddressListResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#address_list_arn ⇒ ::String
Returns the value of attribute address_list_arn.
-
#address_list_id ⇒ ::String
Returns the value of attribute address_list_id.
-
#address_list_name ⇒ ::String
Returns the value of attribute address_list_name.
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#last_updated_timestamp ⇒ ::Time
Returns the value of attribute last_updated_timestamp.
Instance Attribute Details
#address_list_arn ⇒ ::String
Returns the value of attribute address_list_arn.
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.
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.
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.
458 459 460 |
# File 'sig/types.rbs', line 458 def @created_timestamp end |
#last_updated_timestamp ⇒ ::Time
Returns the value of attribute last_updated_timestamp.
459 460 461 |
# File 'sig/types.rbs', line 459 def @last_updated_timestamp end |