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