Class: Aws::Types::GetContainerLogRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetContainerLogRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#container_name ⇒ ::String
Returns the value of attribute container_name.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#filter_pattern ⇒ ::String
Returns the value of attribute filter_pattern.
-
#page_token ⇒ ::String
Returns the value of attribute page_token.
-
#service_name ⇒ ::String
Returns the value of attribute service_name.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#container_name ⇒ ::String
Returns the value of attribute container_name.
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.
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.
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.
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.
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.
1509 1510 1511 |
# File 'sig/types.rbs', line 1509 def start_time @start_time end |