Class: Aws::ApplicationSignals::Types::GetServiceOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeTime

The end time of the data included in the response. In a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: ‘1698778057`.

This displays the time that Application Signals used for the request. It might not match your request exactly, because it was rounded to the nearest hour.

Returns:

  • (Time)


390
391
392
393
394
395
396
397
# File 'lib/aws-sdk-applicationsignals/types.rb', line 390

class GetServiceOutput < Struct.new(
  :service,
  :start_time,
  :end_time,
  :log_group_references)
  SENSITIVE = []
  include Aws::Structure
end

#log_group_referencesArray<Hash<String,String>>

An array of string-to-string maps that each contain information about one log group associated with this service. Each string-to-string map includes the following fields:

  • ‘“Type”: “AWS::Resource”`

  • ‘“ResourceType”: “AWS::Logs::LogGroup”`

  • ‘“Identifier”: “name-of-log-group”`

Returns:

  • (Array<Hash<String,String>>)


390
391
392
393
394
395
396
397
# File 'lib/aws-sdk-applicationsignals/types.rb', line 390

class GetServiceOutput < Struct.new(
  :service,
  :start_time,
  :end_time,
  :log_group_references)
  SENSITIVE = []
  include Aws::Structure
end

#serviceTypes::Service

A structure containing information about the service.

Returns:



390
391
392
393
394
395
396
397
# File 'lib/aws-sdk-applicationsignals/types.rb', line 390

class GetServiceOutput < Struct.new(
  :service,
  :start_time,
  :end_time,
  :log_group_references)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The start time of the data included in the response. In a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: ‘1698778057`.

This displays the time that Application Signals used for the request. It might not match your request exactly, because it was rounded to the nearest hour.

Returns:

  • (Time)


390
391
392
393
394
395
396
397
# File 'lib/aws-sdk-applicationsignals/types.rb', line 390

class GetServiceOutput < Struct.new(
  :service,
  :start_time,
  :end_time,
  :log_group_references)
  SENSITIVE = []
  include Aws::Structure
end