Class: Aws::Types::CommonControlSummary
- Inherits:
-
Object
- Object
- Aws::Types::CommonControlSummary
- 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.
-
#objective ⇒ Types::AssociatedObjectiveSummary
Returns the value of attribute objective.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
39 40 41 |
# File 'sig/types.rbs', line 39 def arn @arn end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
44 45 46 |
# File 'sig/types.rbs', line 44 def create_time @create_time end |
#description ⇒ ::String
Returns the value of attribute description.
41 42 43 |
# File 'sig/types.rbs', line 41 def description @description end |
#domain ⇒ Types::AssociatedDomainSummary
Returns the value of attribute domain.
42 43 44 |
# File 'sig/types.rbs', line 42 def domain @domain end |
#last_update_time ⇒ ::Time
Returns the value of attribute last_update_time.
45 46 47 |
# File 'sig/types.rbs', line 45 def last_update_time @last_update_time end |
#name ⇒ ::String
Returns the value of attribute name.
40 41 42 |
# File 'sig/types.rbs', line 40 def name @name end |
#objective ⇒ Types::AssociatedObjectiveSummary
Returns the value of attribute objective.
43 44 45 |
# File 'sig/types.rbs', line 43 def objective @objective end |