Class: Aws::Types::UpdateCustomRoutingAcceleratorAttributesRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateCustomRoutingAcceleratorAttributesRequest
- 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.
873 874 875 |
# File 'sig/types.rbs', line 873 def accelerator_arn @accelerator_arn end |
#flow_logs_enabled ⇒ Boolean
Returns the value of attribute flow_logs_enabled.
874 875 876 |
# File 'sig/types.rbs', line 874 def flow_logs_enabled @flow_logs_enabled end |
#flow_logs_s3_bucket ⇒ ::String
Returns the value of attribute flow_logs_s3_bucket.
875 876 877 |
# File 'sig/types.rbs', line 875 def flow_logs_s3_bucket @flow_logs_s3_bucket end |
#flow_logs_s3_prefix ⇒ ::String
Returns the value of attribute flow_logs_s3_prefix.
876 877 878 |
# File 'sig/types.rbs', line 876 def flow_logs_s3_prefix @flow_logs_s3_prefix end |