Class: Aws::Types::DescribeEventsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#filterTypes::EventFilter

Returns the value of attribute filter.

Returns:



174
175
176
# File 'sig/types.rbs', line 174

def filter
  @filter
end

#locale::String

Returns the value of attribute locale.

Returns:



177
178
179
# File 'sig/types.rbs', line 177

def locale
  @locale
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:



176
177
178
# File 'sig/types.rbs', line 176

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:



175
176
177
# File 'sig/types.rbs', line 175

def next_token
  @next_token
end