Class: Aws::Types::ProtectedQueryDistributeOutputConfigurationLocation

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

Defined Under Namespace

Classes: Member, S3, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#memberTypes::ProtectedQueryMemberOutputConfiguration

Returns the value of attribute member.



2832
2833
2834
# File 'sig/types.rbs', line 2832

def member
  @member
end

#s3Types::ProtectedQueryS3OutputConfiguration

Returns the value of attribute s3.



2831
2832
2833
# File 'sig/types.rbs', line 2831

def s3
  @s3
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


2833
2834
2835
# File 'sig/types.rbs', line 2833

def unknown
  @unknown
end