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.
740 741 742 |
# File 'sig/types.rbs', line 740 def kms_key_id @kms_key_id end |
#pack_id ⇒ ::String
Returns the value of attribute pack_id.
738 739 740 |
# File 'sig/types.rbs', line 738 def pack_id @pack_id end |
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
739 740 741 |
# File 'sig/types.rbs', line 739 def status @status end |