Class: Aws::VPCLattice::Types::DeleteResourceGatewayResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::DeleteResourceGatewayResponse
- Defined in:
- gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the resource gateway.
-
#id ⇒ String
The ID of the resource gateway.
-
#name ⇒ String
The name of the resource gateway.
-
#status ⇒ String
The status of the resource gateway.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the resource gateway.
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 |
#id ⇒ String
The ID of the resource gateway.
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 |
#name ⇒ String
The name of the resource gateway.
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 |
#status ⇒ String
The status of the resource gateway.
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 |