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.
2848 2849 2850 |
# File 'sig/types.rbs', line 2848 def member_list @member_list end |
#s3 ⇒ Types::ProtectedQueryS3Output
Returns the value of attribute s3.
2847 2848 2849 |
# File 'sig/types.rbs', line 2847 def s3 @s3 end |