Class: Aws::Types::ObjectiveSummary
- Inherits:
-
Object
- Object
- Aws::Types::ObjectiveSummary
- 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.
-
#domain ⇒ Types::AssociatedDomainSummary
Returns the value of attribute domain.
-
#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.
247 248 249 |
# File 'sig/types.rbs', line 247 def arn @arn end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
251 252 253 |
# File 'sig/types.rbs', line 251 def create_time @create_time end |
#description ⇒ ::String
Returns the value of attribute description.
249 250 251 |
# File 'sig/types.rbs', line 249 def description @description end |
#domain ⇒ Types::AssociatedDomainSummary
Returns the value of attribute domain.
250 251 252 |
# File 'sig/types.rbs', line 250 def domain @domain end |
#last_update_time ⇒ ::Time
Returns the value of attribute last_update_time.
252 253 254 |
# File 'sig/types.rbs', line 252 def last_update_time @last_update_time end |
#name ⇒ ::String
Returns the value of attribute name.
248 249 250 |
# File 'sig/types.rbs', line 248 def name @name end |