Class: Aws::Types::BatchDeleteSecurityRequirementsInput
- Inherits:
-
Object
- Object
- Aws::Types::BatchDeleteSecurityRequirementsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#pack_id ⇒ ::String
Returns the value of attribute pack_id.
-
#security_requirement_names ⇒ ::Array[::String]
Returns the value of attribute security_requirement_names.
Instance Attribute Details
#pack_id ⇒ ::String
Returns the value of attribute pack_id.
161 162 163 |
# File 'sig/types.rbs', line 161 def pack_id @pack_id end |
#security_requirement_names ⇒ ::Array[::String]
Returns the value of attribute security_requirement_names.
162 163 164 |
# File 'sig/types.rbs', line 162 def security_requirement_names @security_requirement_names end |