Class: Aws::Types::ListSecurityControlDefinitionsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


6539
6540
6541
# File 'sig/types.rbs', line 6539

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


6538
6539
6540
# File 'sig/types.rbs', line 6538

def next_token
  @next_token
end

#providers::Array[("AWS" | "Azure")]

Returns the value of attribute providers.

Returns:

  • (::Array[("AWS" | "Azure")])


6540
6541
6542
# File 'sig/types.rbs', line 6540

def providers
  @providers
end

#standards_arn::String

Returns the value of attribute standards_arn.

Returns:

  • (::String)


6537
6538
6539
# File 'sig/types.rbs', line 6537

def standards_arn
  @standards_arn
end