
commonMain.aws.sdk.kotlin.services.applicationsignals.model.GetServiceResponse.kt Maven / Gradle / Ivy
// Code generated by smithy-kotlin-codegen. DO NOT EDIT!
package aws.sdk.kotlin.services.applicationsignals.model
import aws.smithy.kotlin.runtime.SdkDsl
import aws.smithy.kotlin.runtime.time.Instant
public class GetServiceResponse private constructor(builder: Builder) {
/**
* 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.
*/
public val endTime: aws.smithy.kotlin.runtime.time.Instant = requireNotNull(builder.endTime) { "A non-null value must be provided for endTime" }
/**
* 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"`
*/
public val logGroupReferences: List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy