Class: Aws::Types::ListDistributionsByRealtimeLogConfigRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


2434
2435
2436
# File 'sig/types.rbs', line 2434

def marker
  @marker
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


2435
2436
2437
# File 'sig/types.rbs', line 2435

def max_items
  @max_items
end

#realtime_log_config_arn::String

Returns the value of attribute realtime_log_config_arn.

Returns:

  • (::String)


2437
2438
2439
# File 'sig/types.rbs', line 2437

def realtime_log_config_arn
  @realtime_log_config_arn
end

#realtime_log_config_name::String

Returns the value of attribute realtime_log_config_name.

Returns:

  • (::String)


2436
2437
2438
# File 'sig/types.rbs', line 2436

def realtime_log_config_name
  @realtime_log_config_name
end