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.
163 164 165 |
# File 'sig/types.rbs', line 163 def pack_id @pack_id end |
#security_requirement_names ⇒ ::Array[::String]
Returns the value of attribute security_requirement_names.
164 165 166 |
# File 'sig/types.rbs', line 164 def security_requirement_names @security_requirement_names end |