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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb

Overview

Represents a service entity that is monitored by Application Signals.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_idString

The AWS account ID where the service is deployed.

Returns:

  • (String)


2652
2653
2654
2655
2656
2657
2658
2659
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 2652

class ServiceEntity < Struct.new(
  :type,
  :name,
  :environment,
  :aws_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#environmentString

The environment where the service is deployed, such as "Production", "Staging", or "Development".

Returns:

  • (String)


2652
2653
2654
2655
2656
2657
2658
2659
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 2652

class ServiceEntity < Struct.new(
  :type,
  :name,
  :environment,
  :aws_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the service as identified by Application Signals.

Returns:

  • (String)


2652
2653
2654
2655
2656
2657
2658
2659
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 2652

class ServiceEntity < Struct.new(
  :type,
  :name,
  :environment,
  :aws_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of service, such as "WebService", "Database", "Queue", or "Function".

Returns:

  • (String)


2652
2653
2654
2655
2656
2657
2658
2659
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 2652

class ServiceEntity < Struct.new(
  :type,
  :name,
  :environment,
  :aws_account_id)
  SENSITIVE = []
  include Aws::Structure
end