Class: Aws::Types::MembershipProtectedQueryOutputConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::MembershipProtectedQueryOutputConfiguration
- Defined in:
- sig/types.rbs
Defined Under Namespace
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#s3 ⇒ Types::ProtectedQueryS3OutputConfiguration
Returns the value of attribute s3.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#s3 ⇒ Types::ProtectedQueryS3OutputConfiguration
Returns the value of attribute s3.
2394 2395 2396 |
# File 'sig/types.rbs', line 2394 def s3 @s3 end |
#unknown ⇒ Object
Returns the value of attribute unknown.
2395 2396 2397 |
# File 'sig/types.rbs', line 2395 def unknown @unknown end |