Class: Aws::Types::MembershipProtectedJobResultConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::MembershipProtectedJobResultConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#output_configuration ⇒ Types::MembershipProtectedJobOutputConfiguration
Returns the value of attribute output_configuration.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#output_configuration ⇒ Types::MembershipProtectedJobOutputConfiguration
Returns the value of attribute output_configuration.
2388 2389 2390 |
# File 'sig/types.rbs', line 2388 def output_configuration @output_configuration end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2389 2390 2391 |
# File 'sig/types.rbs', line 2389 def role_arn @role_arn end |