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.
5708 5709 5710 5711 5712 5713 5714 5715 5716 5717 5718 5719 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5708 class UpdateResourceGatewayResponse < Struct.new( :name, :id, :arn, :status, :vpc_id, :subnet_ids, :security_group_ids, :ip_address_type) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the resource gateway.
5708 5709 5710 5711 5712 5713 5714 5715 5716 5717 5718 5719 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5708 class UpdateResourceGatewayResponse < Struct.new( :name, :id, :arn, :status, :vpc_id, :subnet_ids, :security_group_ids, :ip_address_type) SENSITIVE = [] include Aws::Structure end |
#ip_address_type ⇒ String
The type of IP address used by the resource gateway.
5708 5709 5710 5711 5712 5713 5714 5715 5716 5717 5718 5719 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5708 class UpdateResourceGatewayResponse < Struct.new( :name, :id, :arn, :status, :vpc_id, :subnet_ids, :security_group_ids, :ip_address_type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the resource gateway.
5708 5709 5710 5711 5712 5713 5714 5715 5716 5717 5718 5719 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5708 class UpdateResourceGatewayResponse < Struct.new( :name, :id, :arn, :status, :vpc_id, :subnet_ids, :security_group_ids, :ip_address_type) SENSITIVE = [] include Aws::Structure end |
#security_group_ids ⇒ Array<String>
The IDs of the security groups associated with the resource gateway.
5708 5709 5710 5711 5712 5713 5714 5715 5716 5717 5718 5719 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5708 class UpdateResourceGatewayResponse < Struct.new( :name, :id, :arn, :status, :vpc_id, :subnet_ids, :security_group_ids, :ip_address_type) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the resource gateway.
5708 5709 5710 5711 5712 5713 5714 5715 5716 5717 5718 5719 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5708 class UpdateResourceGatewayResponse < Struct.new( :name, :id, :arn, :status, :vpc_id, :subnet_ids, :security_group_ids, :ip_address_type) SENSITIVE = [] include Aws::Structure end |
#subnet_ids ⇒ Array<String>
The IDs of the VPC subnets for the resource gateway.
5708 5709 5710 5711 5712 5713 5714 5715 5716 5717 5718 5719 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5708 class UpdateResourceGatewayResponse < Struct.new( :name, :id, :arn, :status, :vpc_id, :subnet_ids, :security_group_ids, :ip_address_type) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
The ID of the VPC for the resource gateway.
5708 5709 5710 5711 5712 5713 5714 5715 5716 5717 5718 5719 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5708 class UpdateResourceGatewayResponse < Struct.new( :name, :id, :arn, :status, :vpc_id, :subnet_ids, :security_group_ids, :ip_address_type) SENSITIVE = [] include Aws::Structure end |