Class: Aws::Types::DomainSummary
- Inherits:
-
Object
- Object
- Aws::Types::DomainSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#last_update_time ⇒ ::Time
Returns the value of attribute last_update_time.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
96 97 98 |
# File 'sig/types.rbs', line 96 def arn @arn end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
99 100 101 |
# File 'sig/types.rbs', line 99 def create_time @create_time end |
#description ⇒ ::String
Returns the value of attribute description.
98 99 100 |
# File 'sig/types.rbs', line 98 def description @description end |
#last_update_time ⇒ ::Time
Returns the value of attribute last_update_time.
100 101 102 |
# File 'sig/types.rbs', line 100 def last_update_time @last_update_time end |
#name ⇒ ::String
Returns the value of attribute name.
97 98 99 |
# File 'sig/types.rbs', line 97 def name @name end |