Class: Aws::Types::UpdateSecurityRequirementPackOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSecurityRequirementPackOutput
- 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.
2368 2369 2370 |
# File 'sig/types.rbs', line 2368 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
2367 2368 2369 |
# File 'sig/types.rbs', line 2367 def name @name end |
#pack_id ⇒ ::String
Returns the value of attribute pack_id.
2366 2367 2368 |
# File 'sig/types.rbs', line 2366 def pack_id @pack_id end |
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
2369 2370 2371 |
# File 'sig/types.rbs', line 2369 def status @status end |