Class: Aws::Types::CreateSecurityRequirementPackOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateSecurityRequirementPackOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#pack_id ⇒ ::String
Returns the value of attribute pack_id.
-
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
Instance Attribute Details
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
765 766 767 |
# File 'sig/types.rbs', line 765 def kms_key_id @kms_key_id end |
#pack_id ⇒ ::String
Returns the value of attribute pack_id.
763 764 765 |
# File 'sig/types.rbs', line 763 def pack_id @pack_id end |
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
764 765 766 |
# File 'sig/types.rbs', line 764 def status @status end |