Class: Aws::Types::AddressList
- Inherits:
-
Object
- Object
- Aws::Types::AddressList
- 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.
46 47 48 |
# File 'sig/types.rbs', line 46 def address_list_arn @address_list_arn end |
#address_list_id ⇒ ::String
Returns the value of attribute address_list_id.
45 46 47 |
# File 'sig/types.rbs', line 45 def address_list_id @address_list_id end |
#address_list_name ⇒ ::String
Returns the value of attribute address_list_name.
47 48 49 |
# File 'sig/types.rbs', line 47 def address_list_name @address_list_name end |
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
48 49 50 |
# File 'sig/types.rbs', line 48 def end |
#last_updated_timestamp ⇒ ::Time
Returns the value of attribute last_updated_timestamp.
49 50 51 |
# File 'sig/types.rbs', line 49 def end |