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

#duration::Integer

Returns the value of attribute duration.

Returns:

  • (::Integer)


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

def duration
  @duration
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


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

def end_time
  @end_time
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


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

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


165
166
167
# File 'sig/types.rbs', line 165

def next_token
  @next_token
end

#source_name::String

Returns the value of attribute source_name.

Returns:

  • (::String)


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

def source_name
  @source_name
end

#source_type"CLUSTER", ...

Returns the value of attribute source_type.

Returns:

  • ("CLUSTER", "PARAMETER_GROUP", "SUBNET_GROUP")


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

def source_type
  @source_type
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


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

def start_time
  @start_time
end