Class: Aws::ApplicationSignals::Types::ServiceEntity

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#aws_account_idString

The Amazon Web Services account ID where the service is located. Provide this value only for cross-account access.

Returns:

  • (String)


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

#environmentString

The environment where the service is deployed.

Returns:

  • (String)


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

#nameString

The name of the service.

Returns:

  • (String)


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

#typeString

The type of the service entity.

Returns:

  • (String)


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