Class: Aws::VPCLattice::Types::CreateResourceGatewayResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::CreateResourceGatewayResponse
- 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 for the resource gateway.
-
#ipv4_addresses_per_eni ⇒ Integer
The number of IPv4 addresses in each ENI for the resource gateway.
-
#name ⇒ String
The name of the resource gateway.
-
#security_group_ids ⇒ Array<String>
The IDs of the security groups for the resource gateway.
-
#status ⇒ String
The status of the resource gateway.
-
#subnet_ids ⇒ Array<String>
The IDs of the resource gateway subnets.
-
#vpc_identifier ⇒ String
The ID of the VPC.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the resource gateway.
640 641 642 643 644 645 646 647 648 649 650 651 652 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 640 class CreateResourceGatewayResponse < Struct.new( :name, :id, :arn, :status, :vpc_identifier, :subnet_ids, :security_group_ids, :ip_address_type, :ipv4_addresses_per_eni) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the resource gateway.
640 641 642 643 644 645 646 647 648 649 650 651 652 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 640 class CreateResourceGatewayResponse < Struct.new( :name, :id, :arn, :status, :vpc_identifier, :subnet_ids, :security_group_ids, :ip_address_type, :ipv4_addresses_per_eni) SENSITIVE = [] include Aws::Structure end |
#ip_address_type ⇒ String
The type of IP address for the resource gateway.
640 641 642 643 644 645 646 647 648 649 650 651 652 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 640 class CreateResourceGatewayResponse < Struct.new( :name, :id, :arn, :status, :vpc_identifier, :subnet_ids, :security_group_ids, :ip_address_type, :ipv4_addresses_per_eni) SENSITIVE = [] include Aws::Structure end |
#ipv4_addresses_per_eni ⇒ Integer
The number of IPv4 addresses in each ENI for the resource gateway.
640 641 642 643 644 645 646 647 648 649 650 651 652 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 640 class CreateResourceGatewayResponse < Struct.new( :name, :id, :arn, :status, :vpc_identifier, :subnet_ids, :security_group_ids, :ip_address_type, :ipv4_addresses_per_eni) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the resource gateway.
640 641 642 643 644 645 646 647 648 649 650 651 652 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 640 class CreateResourceGatewayResponse < Struct.new( :name, :id, :arn, :status, :vpc_identifier, :subnet_ids, :security_group_ids, :ip_address_type, :ipv4_addresses_per_eni) SENSITIVE = [] include Aws::Structure end |
#security_group_ids ⇒ Array<String>
The IDs of the security groups for the resource gateway.
640 641 642 643 644 645 646 647 648 649 650 651 652 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 640 class CreateResourceGatewayResponse < Struct.new( :name, :id, :arn, :status, :vpc_identifier, :subnet_ids, :security_group_ids, :ip_address_type, :ipv4_addresses_per_eni) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the resource gateway.
640 641 642 643 644 645 646 647 648 649 650 651 652 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 640 class CreateResourceGatewayResponse < Struct.new( :name, :id, :arn, :status, :vpc_identifier, :subnet_ids, :security_group_ids, :ip_address_type, :ipv4_addresses_per_eni) SENSITIVE = [] include Aws::Structure end |
#subnet_ids ⇒ Array<String>
The IDs of the resource gateway subnets.
640 641 642 643 644 645 646 647 648 649 650 651 652 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 640 class CreateResourceGatewayResponse < Struct.new( :name, :id, :arn, :status, :vpc_identifier, :subnet_ids, :security_group_ids, :ip_address_type, :ipv4_addresses_per_eni) SENSITIVE = [] include Aws::Structure end |
#vpc_identifier ⇒ String
The ID of the VPC.
640 641 642 643 644 645 646 647 648 649 650 651 652 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 640 class CreateResourceGatewayResponse < Struct.new( :name, :id, :arn, :status, :vpc_identifier, :subnet_ids, :security_group_ids, :ip_address_type, :ipv4_addresses_per_eni) SENSITIVE = [] include Aws::Structure end |