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.
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 |
#id ⇒ String
The ID of the resource gateway.
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 |
#name ⇒ String
The name of the resource gateway.
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 |
#status ⇒ String
The status of the resource gateway.
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 |