Class: Aws::Types::GenerateAccessLogsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_id::String

Returns the value of attribute app_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::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.

Returns:

  • (::Time)


346
347
348
# File 'sig/types.rbs', line 346

def start_time
  @start_time
end