Class: Aws::Types::BatchUpdateSecurityRequirementsOutput
- Inherits:
-
Object
- Object
- Aws::Types::BatchUpdateSecurityRequirementsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#errors ⇒ ::Array[Types::BatchSecurityRequirementError]
Returns the value of attribute errors.
-
#updated_security_requirement_names ⇒ ::Array[::String]
Returns the value of attribute updated_security_requirement_names.
Instance Attribute Details
#errors ⇒ ::Array[Types::BatchSecurityRequirementError]
Returns the value of attribute errors.
388 389 390 |
# File 'sig/types.rbs', line 388 def errors @errors end |
#updated_security_requirement_names ⇒ ::Array[::String]
Returns the value of attribute updated_security_requirement_names.
387 388 389 |
# File 'sig/types.rbs', line 387 def updated_security_requirement_names @updated_security_requirement_names end |