Class: Aws::VPCLattice::Types::DeleteResourceGatewayResponse

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 resource gateway.

Returns:

  • (String)


1468
1469
1470
1471
1472
1473
1474
1475
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1468

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

#idString

The ID of the resource gateway.

Returns:

  • (String)


1468
1469
1470
1471
1472
1473
1474
1475
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1468

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

#nameString

The name of the resource gateway.

Returns:

  • (String)


1468
1469
1470
1471
1472
1473
1474
1475
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1468

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

#statusString

The status of the resource gateway.

Returns:

  • (String)


1468
1469
1470
1471
1472
1473
1474
1475
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1468

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