Class: Aws::Types::UpdateAcceleratorAttributesRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAcceleratorAttributesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accelerator_arn ⇒ ::String
Returns the value of attribute accelerator_arn.
-
#flow_logs_enabled ⇒ Boolean
Returns the value of attribute flow_logs_enabled.
-
#flow_logs_s3_bucket ⇒ ::String
Returns the value of attribute flow_logs_s3_bucket.
-
#flow_logs_s3_prefix ⇒ ::String
Returns the value of attribute flow_logs_s3_prefix.
Instance Attribute Details
#accelerator_arn ⇒ ::String
Returns the value of attribute accelerator_arn.
831 832 833 |
# File 'sig/types.rbs', line 831 def accelerator_arn @accelerator_arn end |
#flow_logs_enabled ⇒ Boolean
Returns the value of attribute flow_logs_enabled.
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.
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.
834 835 836 |
# File 'sig/types.rbs', line 834 def flow_logs_s3_prefix @flow_logs_s3_prefix end |