Class: Aws::Types::BatchUpdateSecurityRequirementsOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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.

Returns:

  • (::Array[::String])


387
388
389
# File 'sig/types.rbs', line 387

def updated_security_requirement_names
  @updated_security_requirement_names
end