Class: Aws::Types::GetContainerLogResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#log_events::Array[Types::ContainerServiceLogEvent]

Returns the value of attribute log_events.

Returns:



1517
1518
1519
# File 'sig/types.rbs', line 1517

def log_events
  @log_events
end

#next_page_token::String

Returns the value of attribute next_page_token.

Returns:

  • (::String)


1518
1519
1520
# File 'sig/types.rbs', line 1518

def next_page_token
  @next_page_token
end