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.
2859 2860 2861 |
# File 'sig/types.rbs', line 2859 def member @member end |
#s3 ⇒ Types::ProtectedQueryS3OutputConfiguration
Returns the value of attribute s3.
2858 2859 2860 |
# File 'sig/types.rbs', line 2858 def s3 @s3 end |
#unknown ⇒ Object
Returns the value of attribute unknown.
2860 2861 2862 |
# File 'sig/types.rbs', line 2860 def unknown @unknown end |