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
2788 2789 2790 2791 2792 2793 2794 2795 |
# File 'lib/aws-sdk-xray/types.rb', line 2788 class ServiceId < Struct.new( :name, :names, :account_id, :type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
2788 2789 2790 2791 2792 2793 2794 2795 |
# File 'lib/aws-sdk-xray/types.rb', line 2788 class ServiceId < Struct.new( :name, :names, :account_id, :type) SENSITIVE = [] include Aws::Structure end |