Class: Aws::ApplicationSignals::Types::ServiceOperationEntity
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationSignals::Types::ServiceOperationEntity
- Defined in:
- gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb
Overview
A structure that contains identifying information for a service operation entity.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#metric_type ⇒ String
The type of metric associated with this service operation.
-
#operation ⇒ String
The name of the operation.
-
#service ⇒ Types::ServiceEntity
The service entity that contains this operation.
Instance Attribute Details
#metric_type ⇒ String
The type of metric associated with this service operation.
3496 3497 3498 3499 3500 3501 3502 |
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 3496 class ServiceOperationEntity < Struct.new( :service, :operation, :metric_type) SENSITIVE = [] include Aws::Structure end |
#operation ⇒ String
The name of the operation.
3496 3497 3498 3499 3500 3501 3502 |
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 3496 class ServiceOperationEntity < Struct.new( :service, :operation, :metric_type) SENSITIVE = [] include Aws::Structure end |
#service ⇒ Types::ServiceEntity
The service entity that contains this operation.
3496 3497 3498 3499 3500 3501 3502 |
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 3496 class ServiceOperationEntity < Struct.new( :service, :operation, :metric_type) SENSITIVE = [] include Aws::Structure end |