Class: Aws::Types::ProtectedQueryDistributeOutputConfigurationLocation
- Inherits:
-
Object
- Object
- Aws::Types::ProtectedQueryDistributeOutputConfigurationLocation
- Defined in:
- sig/types.rbs
Defined Under Namespace
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#member ⇒ Types::ProtectedQueryMemberOutputConfiguration
Returns the value of attribute member.
2832 2833 2834 |
# File 'sig/types.rbs', line 2832 def member @member end |
#s3 ⇒ Types::ProtectedQueryS3OutputConfiguration
Returns the value of attribute s3.
2831 2832 2833 |
# File 'sig/types.rbs', line 2831 def s3 @s3 end |
#unknown ⇒ Object
Returns the value of attribute unknown.
2833 2834 2835 |
# File 'sig/types.rbs', line 2833 def unknown @unknown end |