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)


756
757
758
# File 'sig/types.rbs', line 756

def duration
  @duration
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


755
756
757
# File 'sig/types.rbs', line 755

def end_time
  @end_time
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


758
759
760
# File 'sig/types.rbs', line 758

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


757
758
759
# File 'sig/types.rbs', line 757

def max_records
  @max_records
end

#source_identifier::String

Returns the value of attribute source_identifier.

Returns:

  • (::String)


752
753
754
# File 'sig/types.rbs', line 752

def source_identifier
  @source_identifier
end

#source_type"cache-cluster", ...

Returns the value of attribute source_type.

Returns:

  • ("cache-cluster", "cache-parameter-group", "cache-security-group", "cache-subnet-group", "replication-group", "serverless-cache", "serverless-cache-snapshot", "user", "user-group")


753
754
755
# File 'sig/types.rbs', line 753

def source_type
  @source_type
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


754
755
756
# File 'sig/types.rbs', line 754

def start_time
  @start_time
end