Class: Aws::Types::ProtectedQueryDistributeOutput
- Inherits:
-
Object
- Object
- Aws::Types::ProtectedQueryDistributeOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#member_list ⇒ ::Array[Types::ProtectedQuerySingleMemberOutput]
Returns the value of attribute member_list.
-
#s3 ⇒ Types::ProtectedQueryS3Output
Returns the value of attribute s3.
Instance Attribute Details
#member_list ⇒ ::Array[Types::ProtectedQuerySingleMemberOutput]
Returns the value of attribute member_list.
2821 2822 2823 |
# File 'sig/types.rbs', line 2821 def member_list @member_list end |
#s3 ⇒ Types::ProtectedQueryS3Output
Returns the value of attribute s3.
2820 2821 2822 |
# File 'sig/types.rbs', line 2820 def s3 @s3 end |