Class: Aws::Types::DescribeEventsForOrganizationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filterTypes::OrganizationEventFilter

Returns the value of attribute filter.



160
161
162
# File 'sig/types.rbs', line 160

def filter
  @filter
end

#locale::String

Returns the value of attribute locale.

Returns:

  • (::String)


163
164
165
# File 'sig/types.rbs', line 163

def locale
  @locale
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


162
163
164
# File 'sig/types.rbs', line 162

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


161
162
163
# File 'sig/types.rbs', line 161

def next_token
  @next_token
end