Class: Aws::Types::UpdateAcceleratorAttributesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#accelerator_arn::String

Returns the value of attribute accelerator_arn.

Returns:

  • (::String)


831
832
833
# File 'sig/types.rbs', line 831

def accelerator_arn
  @accelerator_arn
end

#flow_logs_enabledBoolean

Returns the value of attribute flow_logs_enabled.

Returns:

  • (Boolean)


832
833
834
# File 'sig/types.rbs', line 832

def flow_logs_enabled
  @flow_logs_enabled
end

#flow_logs_s3_bucket::String

Returns the value of attribute flow_logs_s3_bucket.

Returns:

  • (::String)


833
834
835
# File 'sig/types.rbs', line 833

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)


834
835
836
# File 'sig/types.rbs', line 834

def flow_logs_s3_prefix
  @flow_logs_s3_prefix
end