Class: Aws::Types::ListSecurityConfigurationsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#created_after::Time

Returns the value of attribute created_after.

Returns:



450
451
452
# File 'sig/types.rbs', line 450

def created_after
  @created_after
end

#created_before::Time

Returns the value of attribute created_before.

Returns:



451
452
453
# File 'sig/types.rbs', line 451

def created_before
  @created_before
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:



452
453
454
# File 'sig/types.rbs', line 452

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:



453
454
455
# File 'sig/types.rbs', line 453

def next_token
  @next_token
end