Class: Aws::Types::StandardsControlAssociationDetail
- Inherits:
-
Object
- Object
- Aws::Types::StandardsControlAssociationDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute association_status.
-
#related_requirements ⇒ ::Array[::String]
Returns the value of attribute related_requirements.
-
#security_control_arn ⇒ ::String
Returns the value of attribute security_control_arn.
-
#security_control_id ⇒ ::String
Returns the value of attribute security_control_id.
-
#standards_arn ⇒ ::String
Returns the value of attribute standards_arn.
-
#standards_control_arns ⇒ ::Array[::String]
Returns the value of attribute standards_control_arns.
-
#standards_control_description ⇒ ::String
Returns the value of attribute standards_control_description.
-
#standards_control_title ⇒ ::String
Returns the value of attribute standards_control_title.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#updated_reason ⇒ ::String
Returns the value of attribute updated_reason.
Instance Attribute Details
#association_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute association_status.
7681 7682 7683 |
# File 'sig/types.rbs', line 7681 def association_status @association_status end |
#related_requirements ⇒ ::Array[::String]
Returns the value of attribute related_requirements.
7682 7683 7684 |
# File 'sig/types.rbs', line 7682 def @related_requirements end |
#security_control_arn ⇒ ::String
Returns the value of attribute security_control_arn.
7680 7681 7682 |
# File 'sig/types.rbs', line 7680 def security_control_arn @security_control_arn end |
#security_control_id ⇒ ::String
Returns the value of attribute security_control_id.
7679 7680 7681 |
# File 'sig/types.rbs', line 7679 def security_control_id @security_control_id end |
#standards_arn ⇒ ::String
Returns the value of attribute standards_arn.
7678 7679 7680 |
# File 'sig/types.rbs', line 7678 def standards_arn @standards_arn end |
#standards_control_arns ⇒ ::Array[::String]
Returns the value of attribute standards_control_arns.
7687 7688 7689 |
# File 'sig/types.rbs', line 7687 def standards_control_arns @standards_control_arns end |
#standards_control_description ⇒ ::String
Returns the value of attribute standards_control_description.
7686 7687 7688 |
# File 'sig/types.rbs', line 7686 def standards_control_description @standards_control_description end |
#standards_control_title ⇒ ::String
Returns the value of attribute standards_control_title.
7685 7686 7687 |
# File 'sig/types.rbs', line 7685 def standards_control_title @standards_control_title end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
7683 7684 7685 |
# File 'sig/types.rbs', line 7683 def updated_at @updated_at end |
#updated_reason ⇒ ::String
Returns the value of attribute updated_reason.
7684 7685 7686 |
# File 'sig/types.rbs', line 7684 def updated_reason @updated_reason end |