Class: Aws::Types::AcceleratorAttributes
- Inherits:
-
Object
- Object
- Aws::Types::AcceleratorAttributes
- 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.
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.
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.
29 30 31 |
# File 'sig/types.rbs', line 29 def flow_logs_s3_prefix @flow_logs_s3_prefix end |