Class: Aws::Types::ConfiguredAudienceModelOutputConfig
- Inherits:
-
Object
- Object
- Aws::Types::ConfiguredAudienceModelOutputConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination ⇒ Types::AudienceDestination
Returns the value of attribute destination.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#destination ⇒ Types::AudienceDestination
Returns the value of attribute destination.
220 221 222 |
# File 'sig/types.rbs', line 220 def destination @destination end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
221 222 223 |
# File 'sig/types.rbs', line 221 def role_arn @role_arn end |