Class: Aws::Types::CreateFlowLogsResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


2377
2378
2379
# File 'sig/types.rbs', line 2377

def client_token
  @client_token
end

#flow_log_ids::Array[::String]

Returns the value of attribute flow_log_ids.

Returns:

  • (::Array[::String])


2378
2379
2380
# File 'sig/types.rbs', line 2378

def flow_log_ids
  @flow_log_ids
end

#unsuccessful::Array[Types::UnsuccessfulItem]

Returns the value of attribute unsuccessful.

Returns:



2379
2380
2381
# File 'sig/types.rbs', line 2379

def unsuccessful
  @unsuccessful
end