Class: Aws::Types::BatchCreateSecurityRequirementsInput
- Inherits:
-
Object
- Object
- Aws::Types::BatchCreateSecurityRequirementsInput
- 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::CreateSecurityRequirementEntry]
Returns the value of attribute security_requirements.
Instance Attribute Details
#pack_id ⇒ ::String
Returns the value of attribute pack_id.
125 126 127 |
# File 'sig/types.rbs', line 125 def pack_id @pack_id end |
#security_requirements ⇒ ::Array[Types::CreateSecurityRequirementEntry]
Returns the value of attribute security_requirements.
126 127 128 |
# File 'sig/types.rbs', line 126 def security_requirements @security_requirements end |