Class: Aws::VPCLattice::Types::UpdateResourceGatewayResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::UpdateResourceGatewayResponse
- 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.
-
#ip_address_type ⇒ String
The type of IP address used by the resource gateway.
-
#name ⇒ String
The name of the resource gateway.
-
#security_group_ids ⇒ Array<String>
The IDs of the security groups associated with the resource gateway.
-
#status ⇒ String
The status of the resource gateway.
-
#subnet_ids ⇒ Array<String>
The IDs of the VPC subnets for the resource gateway.
-
#vpc_id ⇒ String
The ID of the VPC for the resource gateway.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the resource gateway.
5169 5170 5171 5172 5173 5174 5175 5176 5177 5178 5179 5180 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5169 class UpdateResourceGatewayResponse < Struct.new( :arn, :id, :ip_address_type, :name, :security_group_ids, :status, :subnet_ids, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the resource gateway.
5169 5170 5171 5172 5173 5174 5175 5176 5177 5178 5179 5180 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5169 class UpdateResourceGatewayResponse < Struct.new( :arn, :id, :ip_address_type, :name, :security_group_ids, :status, :subnet_ids, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#ip_address_type ⇒ String
The type of IP address used by the resource gateway.
5169 5170 5171 5172 5173 5174 5175 5176 5177 5178 5179 5180 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5169 class UpdateResourceGatewayResponse < Struct.new( :arn, :id, :ip_address_type, :name, :security_group_ids, :status, :subnet_ids, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the resource gateway.
5169 5170 5171 5172 5173 5174 5175 5176 5177 5178 5179 5180 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5169 class UpdateResourceGatewayResponse < Struct.new( :arn, :id, :ip_address_type, :name, :security_group_ids, :status, :subnet_ids, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#security_group_ids ⇒ Array<String>
The IDs of the security groups associated with the resource gateway.
5169 5170 5171 5172 5173 5174 5175 5176 5177 5178 5179 5180 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5169 class UpdateResourceGatewayResponse < Struct.new( :arn, :id, :ip_address_type, :name, :security_group_ids, :status, :subnet_ids, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the resource gateway.
5169 5170 5171 5172 5173 5174 5175 5176 5177 5178 5179 5180 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5169 class UpdateResourceGatewayResponse < Struct.new( :arn, :id, :ip_address_type, :name, :security_group_ids, :status, :subnet_ids, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#subnet_ids ⇒ Array<String>
The IDs of the VPC subnets for the resource gateway.
5169 5170 5171 5172 5173 5174 5175 5176 5177 5178 5179 5180 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5169 class UpdateResourceGatewayResponse < Struct.new( :arn, :id, :ip_address_type, :name, :security_group_ids, :status, :subnet_ids, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
The ID of the VPC for the resource gateway.
5169 5170 5171 5172 5173 5174 5175 5176 5177 5178 5179 5180 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5169 class UpdateResourceGatewayResponse < Struct.new( :arn, :id, :ip_address_type, :name, :security_group_ids, :status, :subnet_ids, :vpc_id) SENSITIVE = [] include Aws::Structure end |