Class: Aws::Types::CreateFrameworkInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateFrameworkInput
- 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.
-
#framework_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute framework_tags.
-
#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.
364 365 366 |
# File 'sig/types.rbs', line 364 def framework_controls @framework_controls end |
#framework_description ⇒ ::String
Returns the value of attribute framework_description.
363 364 365 |
# File 'sig/types.rbs', line 363 def framework_description @framework_description end |
#framework_name ⇒ ::String
Returns the value of attribute framework_name.
362 363 364 |
# File 'sig/types.rbs', line 362 def framework_name @framework_name end |
#framework_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute framework_tags.
366 367 368 |
# File 'sig/types.rbs', line 366 def @framework_tags end |
#idempotency_token ⇒ ::String
Returns the value of attribute idempotency_token.
365 366 367 |
# File 'sig/types.rbs', line 365 def idempotency_token @idempotency_token end |