Class: Aws::VPCLattice::Types::DeleteServiceResponse

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 service.

Returns:

  • (String)


1034
1035
1036
1037
1038
1039
1040
1041
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1034

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

#idString

The ID of the service.

Returns:

  • (String)


1034
1035
1036
1037
1038
1039
1040
1041
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1034

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

#nameString

The name of the service.

Returns:

  • (String)


1034
1035
1036
1037
1038
1039
1040
1041
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1034

class DeleteServiceResponse < Struct.new(
  :arn,
  :id,
  :name,
  :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 while the status is DELETE_IN_PROGRESS, the status doesn't change.

Returns:

  • (String)


1034
1035
1036
1037
1038
1039
1040
1041
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1034

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