Class: Aws::Types::ProtectedQueryOutputConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ProtectedQueryOutputConfiguration
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Distribute, IntermediateTable, Member, S3, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#distribute ⇒ Types::ProtectedQueryDistributeOutputConfiguration
Returns the value of attribute distribute.
-
#intermediate_table ⇒ Types::IntermediateTableOutputConfiguration
Returns the value of attribute intermediate_table.
-
#member ⇒ Types::ProtectedQueryMemberOutputConfiguration
Returns the value of attribute member.
-
#s3 ⇒ Types::ProtectedQueryS3OutputConfiguration
Returns the value of attribute s3.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#distribute ⇒ Types::ProtectedQueryDistributeOutputConfiguration
Returns the value of attribute distribute.
2902 2903 2904 |
# File 'sig/types.rbs', line 2902 def distribute @distribute end |
#intermediate_table ⇒ Types::IntermediateTableOutputConfiguration
Returns the value of attribute intermediate_table.
2903 2904 2905 |
# File 'sig/types.rbs', line 2903 def intermediate_table @intermediate_table end |
#member ⇒ Types::ProtectedQueryMemberOutputConfiguration
Returns the value of attribute member.
2901 2902 2903 |
# File 'sig/types.rbs', line 2901 def member @member end |
#s3 ⇒ Types::ProtectedQueryS3OutputConfiguration
Returns the value of attribute s3.
2900 2901 2902 |
# File 'sig/types.rbs', line 2900 def s3 @s3 end |
#unknown ⇒ Object
Returns the value of attribute unknown.
2904 2905 2906 |
# File 'sig/types.rbs', line 2904 def unknown @unknown end |