Class: Aws::Types::GetContainerLogResult
- Inherits:
-
Object
- Object
- Aws::Types::GetContainerLogResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#log_events ⇒ ::Array[Types::ContainerServiceLogEvent]
Returns the value of attribute log_events.
-
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
Instance Attribute Details
#log_events ⇒ ::Array[Types::ContainerServiceLogEvent]
Returns the value of attribute log_events.
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.
1518 1519 1520 |
# File 'sig/types.rbs', line 1518 def next_page_token @next_page_token end |