Class: Aws::Types::MembershipProtectedQueryResultConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::MembershipProtectedQueryResultConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#output_configuration ⇒ Types::MembershipProtectedQueryOutputConfiguration
Returns the value of attribute output_configuration.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#output_configuration ⇒ Types::MembershipProtectedQueryOutputConfiguration
Returns the value of attribute output_configuration.
2405 2406 2407 |
# File 'sig/types.rbs', line 2405 def output_configuration @output_configuration end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2406 2407 2408 |
# File 'sig/types.rbs', line 2406 def role_arn @role_arn end |