Class: Aws::Types::UpdateSecurityRequirementPackInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSecurityRequirementPackInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#pack_id ⇒ ::String
Returns the value of attribute pack_id.
-
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
2378 2379 2380 |
# File 'sig/types.rbs', line 2378 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
2377 2378 2379 |
# File 'sig/types.rbs', line 2377 def name @name end |
#pack_id ⇒ ::String
Returns the value of attribute pack_id.
2376 2377 2378 |
# File 'sig/types.rbs', line 2376 def pack_id @pack_id end |
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
2379 2380 2381 |
# File 'sig/types.rbs', line 2379 def status @status end |