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.
2426 2427 2428 |
# File 'sig/types.rbs', line 2426 def output_configuration @output_configuration end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2427 2428 2429 |
# File 'sig/types.rbs', line 2427 def role_arn @role_arn end |