Class: Aws::Types::BatchGetSecurityRequirementsInput
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetSecurityRequirementsInput
- 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.
305 306 307 |
# File 'sig/types.rbs', line 305 def pack_id @pack_id end |
#security_requirement_names ⇒ ::Array[::String]
Returns the value of attribute security_requirement_names.
306 307 308 |
# File 'sig/types.rbs', line 306 def security_requirement_names @security_requirement_names end |