Class: Aws::Types::ListSecurityControlDefinitionsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


6546
6547
6548
# File 'sig/types.rbs', line 6546

def next_token
  @next_token
end

#security_control_definitions::Array[Types::SecurityControlDefinition]

Returns the value of attribute security_control_definitions.

Returns:



6545
6546
6547
# File 'sig/types.rbs', line 6545

def security_control_definitions
  @security_control_definitions
end