Class: Aws::XRay::Types::ServiceId
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::XRay::Types::ServiceId
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-xray/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#account_id ⇒ String
      3126 3127 3128 3129 3130 3131 3132 3133  | 
    
      # File 'lib/aws-sdk-xray/types.rb', line 3126 class ServiceId < Struct.new( :name, :names, :account_id, :type) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
      3126 3127 3128 3129 3130 3131 3132 3133  | 
    
      # File 'lib/aws-sdk-xray/types.rb', line 3126 class ServiceId < Struct.new( :name, :names, :account_id, :type) SENSITIVE = [] include Aws::Structure end  |