Class: Aws::Personalize::Types::CreateMetricAttributionResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Personalize::Types::CreateMetricAttributionResponse
 
- Defined in:
- gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #metric_attribution_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name (ARN) for the new metric attribution. 
Instance Attribute Details
#metric_attribution_arn ⇒ String
The Amazon Resource Name (ARN) for the new metric attribution.
| 1536 1537 1538 1539 1540 | # File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 1536 class CreateMetricAttributionResponse < Struct.new( :metric_attribution_arn) SENSITIVE = [] include Aws::Structure end |