Class: Aws::Types::GenerateAccessLogsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GenerateAccessLogsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_id ⇒ ::String
Returns the value of attribute app_id.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#app_id ⇒ ::String
Returns the value of attribute app_id.
349 350 351 |
# File 'sig/types.rbs', line 349 def app_id @app_id end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
348 349 350 |
# File 'sig/types.rbs', line 348 def domain_name @domain_name end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
347 348 349 |
# File 'sig/types.rbs', line 347 def end_time @end_time end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
346 347 348 |
# File 'sig/types.rbs', line 346 def start_time @start_time end |