Class: Aws::Types::AcceleratorAttributes

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:

  • (Boolean)


27
28
29
# File 'sig/types.rbs', line 27

def flow_logs_enabled
  @flow_logs_enabled
end

#flow_logs_s3_bucket::String

Returns the value of attribute flow_logs_s3_bucket.

Returns:

  • (::String)


28
29
30
# File 'sig/types.rbs', line 28

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:

  • (::String)


29
30
31
# File 'sig/types.rbs', line 29

def flow_logs_s3_prefix
  @flow_logs_s3_prefix
end