Class: Aws::Types::DeleteFlowLogsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


4083
4084
4085
# File 'sig/types.rbs', line 4083

def dry_run
  @dry_run
end

#flow_log_ids::Array[::String]

Returns the value of attribute flow_log_ids.

Returns:

  • (::Array[::String])


4084
4085
4086
# File 'sig/types.rbs', line 4084

def flow_log_ids
  @flow_log_ids
end