Class: Aws::Types::Framework
- Inherits:
-
Object
- Object
- Aws::Types::Framework
- 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_description ⇒ ::String
Returns the value of attribute framework_description.
-
#framework_name ⇒ ::String
Returns the value of attribute framework_name.
-
#number_of_controls ⇒ ::Integer
Returns the value of attribute number_of_controls.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
891 892 893 |
# File 'sig/types.rbs', line 891 def creation_time @creation_time end |
#deployment_status ⇒ ::String
Returns the value of attribute deployment_status.
892 893 894 |
# File 'sig/types.rbs', line 892 def deployment_status @deployment_status end |
#framework_arn ⇒ ::String
Returns the value of attribute framework_arn.
888 889 890 |
# File 'sig/types.rbs', line 888 def framework_arn @framework_arn end |
#framework_description ⇒ ::String
Returns the value of attribute framework_description.
889 890 891 |
# File 'sig/types.rbs', line 889 def framework_description @framework_description end |
#framework_name ⇒ ::String
Returns the value of attribute framework_name.
887 888 889 |
# File 'sig/types.rbs', line 887 def framework_name @framework_name end |
#number_of_controls ⇒ ::Integer
Returns the value of attribute number_of_controls.
890 891 892 |
# File 'sig/types.rbs', line 890 def number_of_controls @number_of_controls end |