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)


1315
1316
1317
1318
1319
1320
1321
1322
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1315

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

#idString

The ID of the resource gateway.

Returns:

  • (String)


1315
1316
1317
1318
1319
1320
1321
1322
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1315

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

#nameString

The name of the resource gateway.

Returns:

  • (String)


1315
1316
1317
1318
1319
1320
1321
1322
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1315

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

#statusString

The status of the resource gateway.

Returns:

  • (String)


1315
1316
1317
1318
1319
1320
1321
1322
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1315

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