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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1509
1510
1511
1512
1513
1514
1515
1516
# File 'lib/aws-sdk-vpclattice/types.rb', line 1509

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

#idString

The ID of the resource gateway.

Returns:

  • (String)


1509
1510
1511
1512
1513
1514
1515
1516
# File 'lib/aws-sdk-vpclattice/types.rb', line 1509

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

#nameString

The name of the resource gateway.

Returns:

  • (String)


1509
1510
1511
1512
1513
1514
1515
1516
# File 'lib/aws-sdk-vpclattice/types.rb', line 1509

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

#statusString

The status of the resource gateway.

Returns:

  • (String)


1509
1510
1511
1512
1513
1514
1515
1516
# File 'lib/aws-sdk-vpclattice/types.rb', line 1509

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