Class: Aws::VPCLattice::Types::DeleteServiceNetworkVpcAssociationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the association.

Returns:

  • (String)


994
995
996
997
998
999
1000
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 994

class DeleteServiceNetworkVpcAssociationResponse < Struct.new(
  :arn,
  :id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the association.

Returns:

  • (String)


994
995
996
997
998
999
1000
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 994

class DeleteServiceNetworkVpcAssociationResponse < Struct.new(
  :arn,
  :id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status. You can retry the operation if the status is DELETE_FAILED. However, if you retry it when the status is DELETE_IN_PROGRESS, there is no change in the status.

Returns:

  • (String)


994
995
996
997
998
999
1000
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 994

class DeleteServiceNetworkVpcAssociationResponse < Struct.new(
  :arn,
  :id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end