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.
2875 2876 2877 |
# File 'sig/types.rbs', line 2875 def distribute @distribute end |
#intermediate_table ⇒ Types::IntermediateTableOutputConfiguration
Returns the value of attribute intermediate_table.
2876 2877 2878 |
# File 'sig/types.rbs', line 2876 def intermediate_table @intermediate_table end |
#member ⇒ Types::ProtectedQueryMemberOutputConfiguration
Returns the value of attribute member.
2874 2875 2876 |
# File 'sig/types.rbs', line 2874 def member @member end |
#s3 ⇒ Types::ProtectedQueryS3OutputConfiguration
Returns the value of attribute s3.
2873 2874 2875 |
# File 'sig/types.rbs', line 2873 def s3 @s3 end |
#unknown ⇒ Object
Returns the value of attribute unknown.
2877 2878 2879 |
# File 'sig/types.rbs', line 2877 def unknown @unknown end |