Class GetAttachmentResult


  • public final class GetAttachmentResult
    extends java.lang.Object
    • Method Detail

      • arn

        public java.lang.String arn()
        Returns:
        ARN of the attachment.
      • associationState

        public java.lang.String associationState()
        Returns:
        The state of the association (see [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_TransitGatewayAttachmentAssociation.html) for valid values).
      • associationTransitGatewayRouteTableId

        public java.lang.String associationTransitGatewayRouteTableId()
        Returns:
        The ID of the route table for the transit gateway.
      • id

        public java.lang.String id()
        Returns:
        The provider-assigned unique ID for this managed resource.
      • resourceId

        public java.lang.String resourceId()
        Returns:
        ID of the resource.
      • resourceOwnerId

        public java.lang.String resourceOwnerId()
        Returns:
        ID of the AWS account that owns the resource.
      • resourceType

        public java.lang.String resourceType()
        Returns:
        Resource type.
      • state

        public java.lang.String state()
        Returns:
        Attachment state.
      • tags

        public java.util.Map<java.lang.String,​java.lang.String> tags()
        Returns:
        Key-value tags for the attachment.
      • transitGatewayAttachmentId

        public java.lang.String transitGatewayAttachmentId()
      • transitGatewayId

        public java.lang.String transitGatewayId()
        Returns:
        ID of the transit gateway.
      • transitGatewayOwnerId

        public java.lang.String transitGatewayOwnerId()
        Returns:
        The ID of the AWS account that owns the transit gateway.