Class: Aws::Types::DescribeEventsMessage

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)


1169
1170
1171
# File 'sig/types.rbs', line 1169

def duration
  @duration
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


1168
1169
1170
# File 'sig/types.rbs', line 1168

def end_time
  @end_time
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1171
1172
1173
# File 'sig/types.rbs', line 1171

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


1170
1171
1172
# File 'sig/types.rbs', line 1170

def max_records
  @max_records
end

#source_identifier::String

Returns the value of attribute source_identifier.

Returns:

  • (::String)


1165
1166
1167
# File 'sig/types.rbs', line 1165

def source_identifier
  @source_identifier
end

#source_type"cluster", ...

Returns the value of attribute source_type.

Returns:

  • ("cluster", "cluster-parameter-group", "cluster-security-group", "cluster-snapshot", "scheduled-action")


1166
1167
1168
# File 'sig/types.rbs', line 1166

def source_type
  @source_type
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


1167
1168
1169
# File 'sig/types.rbs', line 1167

def start_time
  @start_time
end