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.
747 748 749 |
# File 'sig/types.rbs', line 747 def kms_key_id @kms_key_id end |
#pack_id ⇒ ::String
Returns the value of attribute pack_id.
745 746 747 |
# File 'sig/types.rbs', line 745 def pack_id @pack_id end |
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
746 747 748 |
# File 'sig/types.rbs', line 746 def status @status end |