Class: Aws::Types::UpdateFrameworkInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFrameworkInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#framework_controls ⇒ ::Array[Types::FrameworkControl]
Returns the value of attribute framework_controls.
-
#framework_description ⇒ ::String
Returns the value of attribute framework_description.
-
#framework_name ⇒ ::String
Returns the value of attribute framework_name.
-
#idempotency_token ⇒ ::String
Returns the value of attribute idempotency_token.
Instance Attribute Details
#framework_controls ⇒ ::Array[Types::FrameworkControl]
Returns the value of attribute framework_controls.
2297 2298 2299 |
# File 'sig/types.rbs', line 2297 def framework_controls @framework_controls end |
#framework_description ⇒ ::String
Returns the value of attribute framework_description.
2296 2297 2298 |
# File 'sig/types.rbs', line 2296 def framework_description @framework_description end |
#framework_name ⇒ ::String
Returns the value of attribute framework_name.
2295 2296 2297 |
# File 'sig/types.rbs', line 2295 def framework_name @framework_name end |
#idempotency_token ⇒ ::String
Returns the value of attribute idempotency_token.
2298 2299 2300 |
# File 'sig/types.rbs', line 2298 def idempotency_token @idempotency_token end |