Class: Aws::Types::CustomRoutingAcceleratorAttributes
- Inherits:
-
Object
- Object
- Aws::Types::CustomRoutingAcceleratorAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#flow_logs_enabled ⇒ Boolean
Returns the value of attribute flow_logs_enabled.
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.
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.
277 278 279 |
# File 'sig/types.rbs', line 277 def flow_logs_s3_prefix @flow_logs_s3_prefix end |