Class: Aws::Types::ListSecurityProfilesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#dimension_name::String

Returns the value of attribute dimension_name.

Returns:



3582
3583
3584
# File 'sig/types.rbs', line 3582

def dimension_name
  @dimension_name
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:



3581
3582
3583
# File 'sig/types.rbs', line 3581

def max_results
  @max_results
end

#metric_name::String

Returns the value of attribute metric_name.

Returns:



3583
3584
3585
# File 'sig/types.rbs', line 3583

def metric_name
  @metric_name
end

#next_token::String

Returns the value of attribute next_token.

Returns:



3580
3581
3582
# File 'sig/types.rbs', line 3580

def next_token
  @next_token
end