Class: Aws::Types::BatchGetSecurityControlsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#security_controls::Array[Types::SecurityControl]

Returns the value of attribute security_controls.

Returns:



4805
4806
4807
# File 'sig/types.rbs', line 4805

def security_controls
  @security_controls
end

#unprocessed_ids::Array[Types::UnprocessedSecurityControl]

Returns the value of attribute unprocessed_ids.

Returns:



4806
4807
4808
# File 'sig/types.rbs', line 4806

def unprocessed_ids
  @unprocessed_ids
end