Class: Aws::Types::RetrievalFlowNodeServiceConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::RetrievalFlowNodeServiceConfiguration
- Defined in:
- sig/types.rbs
Defined Under Namespace
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#s3 ⇒ Types::RetrievalFlowNodeS3Configuration
Returns the value of attribute s3.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#s3 ⇒ Types::RetrievalFlowNodeS3Configuration
Returns the value of attribute s3.
2493 2494 2495 |
# File 'sig/types.rbs', line 2493 def s3 @s3 end |
#unknown ⇒ Object
Returns the value of attribute unknown.
2494 2495 2496 |
# File 'sig/types.rbs', line 2494 def unknown @unknown end |