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.
2415 2416 2417 |
# File 'sig/types.rbs', line 2415 def s3 @s3 end |
#unknown ⇒ Object
Returns the value of attribute unknown.
2416 2417 2418 |
# File 'sig/types.rbs', line 2416 def unknown @unknown end |