Class: Aws::Types::ListDomainItem
- Inherits:
-
Object
- Object
- Aws::Types::ListDomainItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1711 1712 1713 |
# File 'sig/types.rbs', line 1711 def created_at @created_at end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
1710 1711 1712 |
# File 'sig/types.rbs', line 1710 def domain_name @domain_name end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
1712 1713 1714 |
# File 'sig/types.rbs', line 1712 def last_updated_at @last_updated_at end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1713 1714 1715 |
# File 'sig/types.rbs', line 1713 def @tags end |