Class: Aws::Types::BatchUpdateSecurityRequirementsInput
- Inherits:
-
Object
- Object
- Aws::Types::BatchUpdateSecurityRequirementsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#pack_id ⇒ ::String
Returns the value of attribute pack_id.
-
#security_requirements ⇒ ::Array[Types::UpdateSecurityRequirementEntry]
Returns the value of attribute security_requirements.
Instance Attribute Details
#pack_id ⇒ ::String
Returns the value of attribute pack_id.
381 382 383 |
# File 'sig/types.rbs', line 381 def pack_id @pack_id end |
#security_requirements ⇒ ::Array[Types::UpdateSecurityRequirementEntry]
Returns the value of attribute security_requirements.
382 383 384 |
# File 'sig/types.rbs', line 382 def security_requirements @security_requirements end |