Class: Aws::Types::CreateSecurityRequirementPackInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateSecurityRequirementPackInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
730 731 732 |
# File 'sig/types.rbs', line 730 def description @description end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
732 733 734 |
# File 'sig/types.rbs', line 732 def kms_key_id @kms_key_id end |
#name ⇒ ::String
Returns the value of attribute name.
729 730 731 |
# File 'sig/types.rbs', line 729 def name @name end |
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
731 732 733 |
# File 'sig/types.rbs', line 731 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
733 734 735 |
# File 'sig/types.rbs', line 733 def @tags end |