Class: Aws::Types::DescribeEventTypesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#event_types::Array[Types::EventType]

Returns the value of attribute event_types.

Returns:



154
155
156
# File 'sig/types.rbs', line 154

def event_types
  @event_types
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


155
156
157
# File 'sig/types.rbs', line 155

def next_token
  @next_token
end