AWSECSAttachment
No description
type AWSECSAttachment {
details: [AWSECSKeyValuePair!]!
id: String!
status: AWSECSAttachmentStatusType!
type: String!
}
Fields
AWSECSAttachment.details
● [AWSECSKeyValuePair!]!
non-null object
The details of the attachment
AWSECSAttachment.id
● String!
non-null scalar
The unique identifier for the attachment.
AWSECSAttachment.status
● AWSECSAttachmentStatusType!
non-null enum
The status of the attachment
AWSECSAttachment.type
● String!
non-null scalar
The type of the attachment, such as ElasticNetworkInterface
Member of
AWSECSCluster
object ● AWSECSTask
object