Class: Aws::Types::CustomRoutingAcceleratorAttributes

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#flow_logs_enabledBoolean

Returns the value of attribute flow_logs_enabled.

Returns:



275
276
277
# File 'sig/types.rbs', line 275

def flow_logs_enabled
  @flow_logs_enabled
end

#flow_logs_s3_bucket::String

Returns the value of attribute flow_logs_s3_bucket.

Returns:



276
277
278
# File 'sig/types.rbs', line 276

def flow_logs_s3_bucket
  @flow_logs_s3_bucket
end

#flow_logs_s3_prefix::String

Returns the value of attribute flow_logs_s3_prefix.

Returns:



277
278
279
# File 'sig/types.rbs', line 277

def flow_logs_s3_prefix
  @flow_logs_s3_prefix
end