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.
-
#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.
580 581 582 583 584 585 586 587 588 589 590 591 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 580 class CreateResourceGatewayResponse < Struct.new( :arn, :id, :ip_address_type, :name, :security_group_ids, :status, :subnet_ids, :vpc_identifier) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the resource gateway.
580 581 582 583 584 585 586 587 588 589 590 591 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 580 class CreateResourceGatewayResponse < Struct.new( :arn, :id, :ip_address_type, :name, :security_group_ids, :status, :subnet_ids, :vpc_identifier) SENSITIVE = [] include Aws::Structure end |
#ip_address_type ⇒ String
The type of IP address for the resource gateway.
580 581 582 583 584 585 586 587 588 589 590 591 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 580 class CreateResourceGatewayResponse < Struct.new( :arn, :id, :ip_address_type, :name, :security_group_ids, :status, :subnet_ids, :vpc_identifier) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the resource gateway.
580 581 582 583 584 585 586 587 588 589 590 591 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 580 class CreateResourceGatewayResponse < Struct.new( :arn, :id, :ip_address_type, :name, :security_group_ids, :status, :subnet_ids, :vpc_identifier) SENSITIVE = [] include Aws::Structure end |
#security_group_ids ⇒ Array<String>
The IDs of the security groups for the resource gateway.
580 581 582 583 584 585 586 587 588 589 590 591 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 580 class CreateResourceGatewayResponse < Struct.new( :arn, :id, :ip_address_type, :name, :security_group_ids, :status, :subnet_ids, :vpc_identifier) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the resource gateway.
580 581 582 583 584 585 586 587 588 589 590 591 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 580 class CreateResourceGatewayResponse < Struct.new( :arn, :id, :ip_address_type, :name, :security_group_ids, :status, :subnet_ids, :vpc_identifier) SENSITIVE = [] include Aws::Structure end |
#subnet_ids ⇒ Array<String>
The IDs of the resource gateway subnets.
580 581 582 583 584 585 586 587 588 589 590 591 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 580 class CreateResourceGatewayResponse < Struct.new( :arn, :id, :ip_address_type, :name, :security_group_ids, :status, :subnet_ids, :vpc_identifier) SENSITIVE = [] include Aws::Structure end |
#vpc_identifier ⇒ String
The ID of the VPC.
580 581 582 583 584 585 586 587 588 589 590 591 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 580 class CreateResourceGatewayResponse < Struct.new( :arn, :id, :ip_address_type, :name, :security_group_ids, :status, :subnet_ids, :vpc_identifier) SENSITIVE = [] include Aws::Structure end |