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

#application_name::String

Returns the value of attribute application_name.

Returns:

  • (::String)


447
448
449
# File 'sig/types.rbs', line 447

def application_name
  @application_name
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


456
457
458
# File 'sig/types.rbs', line 456

def end_time
  @end_time
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


450
451
452
# File 'sig/types.rbs', line 450

def environment_id
  @environment_id
end

#environment_name::String

Returns the value of attribute environment_name.

Returns:

  • (::String)


451
452
453
# File 'sig/types.rbs', line 451

def environment_name
  @environment_name
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


457
458
459
# File 'sig/types.rbs', line 457

def max_records
  @max_records
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


458
459
460
# File 'sig/types.rbs', line 458

def next_token
  @next_token
end

#platform_arn::String

Returns the value of attribute platform_arn.

Returns:

  • (::String)


452
453
454
# File 'sig/types.rbs', line 452

def platform_arn
  @platform_arn
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


453
454
455
# File 'sig/types.rbs', line 453

def request_id
  @request_id
end

#severity"TRACE", ...

Returns the value of attribute severity.

Returns:

  • ("TRACE", "DEBUG", "INFO", "WARN", "ERROR", "FATAL")


454
455
456
# File 'sig/types.rbs', line 454

def severity
  @severity
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


455
456
457
# File 'sig/types.rbs', line 455

def start_time
  @start_time
end

#template_name::String

Returns the value of attribute template_name.

Returns:

  • (::String)


449
450
451
# File 'sig/types.rbs', line 449

def template_name
  @template_name
end

#version_label::String

Returns the value of attribute version_label.

Returns:

  • (::String)


448
449
450
# File 'sig/types.rbs', line 448

def version_label
  @version_label
end