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)


2489
2490
2491
# File 'sig/types.rbs', line 2489

def client_token
  @client_token
end

#flow_log_ids::Array[::String]

Returns the value of attribute flow_log_ids.

Returns:

  • (::Array[::String])


2490
2491
2492
# File 'sig/types.rbs', line 2490

def flow_log_ids
  @flow_log_ids
end

#unsuccessful::Array[Types::UnsuccessfulItem]

Returns the value of attribute unsuccessful.

Returns:



2491
2492
2493
# File 'sig/types.rbs', line 2491

def unsuccessful
  @unsuccessful
end