Class: Aws::Types::GetContainerLogRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#container_name::String

Returns the value of attribute container_name.

Returns:



1508
1509
1510
# File 'sig/types.rbs', line 1508

def container_name
  @container_name
end

#end_time::Time

Returns the value of attribute end_time.

Returns:



1510
1511
1512
# File 'sig/types.rbs', line 1510

def end_time
  @end_time
end

#filter_pattern::String

Returns the value of attribute filter_pattern.

Returns:



1511
1512
1513
# File 'sig/types.rbs', line 1511

def filter_pattern
  @filter_pattern
end

#page_token::String

Returns the value of attribute page_token.

Returns:



1512
1513
1514
# File 'sig/types.rbs', line 1512

def page_token
  @page_token
end

#service_name::String

Returns the value of attribute service_name.

Returns:



1507
1508
1509
# File 'sig/types.rbs', line 1507

def service_name
  @service_name
end

#start_time::Time

Returns the value of attribute start_time.

Returns:



1509
1510
1511
# File 'sig/types.rbs', line 1509

def start_time
  @start_time
end