Class: Aws::Types::StorageFlowNodeServiceConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::StorageFlowNodeServiceConfiguration
- Defined in:
- sig/types.rbs
Defined Under Namespace
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#s3 ⇒ Types::StorageFlowNodeS3Configuration
Returns the value of attribute s3.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#s3 ⇒ Types::StorageFlowNodeS3Configuration
Returns the value of attribute s3.
2659 2660 2661 |
# File 'sig/types.rbs', line 2659 def s3 @s3 end |
#unknown ⇒ Object
Returns the value of attribute unknown.
2660 2661 2662 |
# File 'sig/types.rbs', line 2660 def unknown @unknown end |