Class: Aws::Types::ProtectedQueryOutputConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: Distribute, IntermediateTable, Member, S3, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#distributeTypes::ProtectedQueryDistributeOutputConfiguration

Returns the value of attribute distribute.



2875
2876
2877
# File 'sig/types.rbs', line 2875

def distribute
  @distribute
end

#intermediate_tableTypes::IntermediateTableOutputConfiguration

Returns the value of attribute intermediate_table.



2876
2877
2878
# File 'sig/types.rbs', line 2876

def intermediate_table
  @intermediate_table
end

#memberTypes::ProtectedQueryMemberOutputConfiguration

Returns the value of attribute member.



2874
2875
2876
# File 'sig/types.rbs', line 2874

def member
  @member
end

#s3Types::ProtectedQueryS3OutputConfiguration

Returns the value of attribute s3.



2873
2874
2875
# File 'sig/types.rbs', line 2873

def s3
  @s3
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


2877
2878
2879
# File 'sig/types.rbs', line 2877

def unknown
  @unknown
end