Class: Aws::Types::UpdateFrameworkOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFrameworkOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#framework_arn ⇒ ::String
Returns the value of attribute framework_arn.
-
#framework_name ⇒ ::String
Returns the value of attribute framework_name.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
2305 2306 2307 |
# File 'sig/types.rbs', line 2305 def creation_time @creation_time end |
#framework_arn ⇒ ::String
Returns the value of attribute framework_arn.
2304 2305 2306 |
# File 'sig/types.rbs', line 2304 def framework_arn @framework_arn end |
#framework_name ⇒ ::String
Returns the value of attribute framework_name.
2303 2304 2305 |
# File 'sig/types.rbs', line 2303 def framework_name @framework_name end |