Class: Aws::Types::ProtectedQueryOutput
- Inherits:
-
Object
- Object
- Aws::Types::ProtectedQueryOutput
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Distribute, MemberList, S3, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#distribute ⇒ Types::ProtectedQueryDistributeOutput
Returns the value of attribute distribute.
-
#member_list ⇒ ::Array[Types::ProtectedQuerySingleMemberOutput]
Returns the value of attribute member_list.
-
#s3 ⇒ Types::ProtectedQueryS3Output
Returns the value of attribute s3.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#distribute ⇒ Types::ProtectedQueryDistributeOutput
Returns the value of attribute distribute.
2858 2859 2860 |
# File 'sig/types.rbs', line 2858 def distribute @distribute end |
#member_list ⇒ ::Array[Types::ProtectedQuerySingleMemberOutput]
Returns the value of attribute member_list.
2857 2858 2859 |
# File 'sig/types.rbs', line 2857 def member_list @member_list end |
#s3 ⇒ Types::ProtectedQueryS3Output
Returns the value of attribute s3.
2856 2857 2858 |
# File 'sig/types.rbs', line 2856 def s3 @s3 end |
#unknown ⇒ Object
Returns the value of attribute unknown.
2859 2860 2861 |
# File 'sig/types.rbs', line 2859 def unknown @unknown end |