Class: Aws::Types::DescribeFrameworkOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeFrameworkOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#deployment_status ⇒ ::String
Returns the value of attribute deployment_status.
-
#framework_arn ⇒ ::String
Returns the value of attribute framework_arn.
-
#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_status ⇒ ::String
Returns the value of attribute framework_status.
-
#idempotency_token ⇒ ::String
Returns the value of attribute idempotency_token.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
692 693 694 |
# File 'sig/types.rbs', line 692 def creation_time @creation_time end |
#deployment_status ⇒ ::String
Returns the value of attribute deployment_status.
693 694 695 |
# File 'sig/types.rbs', line 693 def deployment_status @deployment_status end |
#framework_arn ⇒ ::String
Returns the value of attribute framework_arn.
689 690 691 |
# File 'sig/types.rbs', line 689 def framework_arn @framework_arn end |
#framework_controls ⇒ ::Array[Types::FrameworkControl]
Returns the value of attribute framework_controls.
691 692 693 |
# File 'sig/types.rbs', line 691 def framework_controls @framework_controls end |
#framework_description ⇒ ::String
Returns the value of attribute framework_description.
690 691 692 |
# File 'sig/types.rbs', line 690 def framework_description @framework_description end |
#framework_name ⇒ ::String
Returns the value of attribute framework_name.
688 689 690 |
# File 'sig/types.rbs', line 688 def framework_name @framework_name end |
#framework_status ⇒ ::String
Returns the value of attribute framework_status.
694 695 696 |
# File 'sig/types.rbs', line 694 def framework_status @framework_status end |
#idempotency_token ⇒ ::String
Returns the value of attribute idempotency_token.
695 696 697 |
# File 'sig/types.rbs', line 695 def idempotency_token @idempotency_token end |