Class: Aws::ApplicationSignals::Types::ServiceEntity
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationSignals::Types::ServiceEntity
- Defined in:
- gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb
Overview
A structure that contains identifying information for a service entity.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_account_id ⇒ String
The Amazon Web Services account ID where the service is located.
-
#environment ⇒ String
The environment where the service is deployed.
-
#name ⇒ String
The name of the service.
-
#type ⇒ String
The type of the service entity.
Instance Attribute Details
#aws_account_id ⇒ String
The Amazon Web Services account ID where the service is located. Provide this value only for cross-account access.
2660 2661 2662 2663 2664 2665 2666 2667 |
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 2660 class ServiceEntity < Struct.new( :type, :name, :environment, :aws_account_id) SENSITIVE = [] include Aws::Structure end |
#environment ⇒ String
The environment where the service is deployed.
2660 2661 2662 2663 2664 2665 2666 2667 |
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 2660 class ServiceEntity < Struct.new( :type, :name, :environment, :aws_account_id) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the service.
2660 2661 2662 2663 2664 2665 2666 2667 |
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 2660 class ServiceEntity < Struct.new( :type, :name, :environment, :aws_account_id) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the service entity.
2660 2661 2662 2663 2664 2665 2666 2667 |
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 2660 class ServiceEntity < Struct.new( :type, :name, :environment, :aws_account_id) SENSITIVE = [] include Aws::Structure end |