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.



2902
2903
2904
# File 'sig/types.rbs', line 2902

def distribute
  @distribute
end

#intermediate_tableTypes::IntermediateTableOutputConfiguration

Returns the value of attribute intermediate_table.



2903
2904
2905
# File 'sig/types.rbs', line 2903

def intermediate_table
  @intermediate_table
end

#memberTypes::ProtectedQueryMemberOutputConfiguration

Returns the value of attribute member.



2901
2902
2903
# File 'sig/types.rbs', line 2901

def member
  @member
end

#s3Types::ProtectedQueryS3OutputConfiguration

Returns the value of attribute s3.



2900
2901
2902
# File 'sig/types.rbs', line 2900

def s3
  @s3
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


2904
2905
2906
# File 'sig/types.rbs', line 2904

def unknown
  @unknown
end