Class: Aws::Types::MLOutputConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::MLOutputConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination ⇒ Types::Destination
Returns the value of attribute destination.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#destination ⇒ Types::Destination
Returns the value of attribute destination.
1131 1132 1133 |
# File 'sig/types.rbs', line 1131 def destination @destination end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1132 1133 1134 |
# File 'sig/types.rbs', line 1132 def role_arn @role_arn end |