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)


399
400
401
# File 'sig/types.rbs', line 399

def duration
  @duration
end

#end_time ⇒ ::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


398
399
400
# File 'sig/types.rbs', line 398

def end_time
  @end_time
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


400
401
402
# File 'sig/types.rbs', line 400

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


401
402
403
# File 'sig/types.rbs', line 401

def next_token
  @next_token
end

#source_name ⇒ ::String

Returns the value of attribute source_name.

Returns:

  • (::String)


395
396
397
# File 'sig/types.rbs', line 395

def source_name
  @source_name
end

#source_type ⇒ "node", ...

Returns the value of attribute source_type.

Returns:

  • ("node", "parameter-group", "subnet-group", "cluster", "user", "acl")


396
397
398
# File 'sig/types.rbs', line 396

def source_type
  @source_type
end

#start_time ⇒ ::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


397
398
399
# File 'sig/types.rbs', line 397

def start_time
  @start_time
end