Class: Aws::VPCLattice::Types::CreateResourceGatewayResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the resource gateway.

Returns:

  • (String)


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

#idString

The ID of the resource gateway.

Returns:

  • (String)


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_typeString

The type of IP address for the resource gateway.

Returns:

  • (String)


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_eniInteger

The number of IPv4 addresses in each ENI for the resource gateway.

Returns:

  • (Integer)


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

#nameString

The name of the resource gateway.

Returns:

  • (String)


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_idsArray<String>

The IDs of the security groups for the resource gateway.

Returns:

  • (Array<String>)


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

#statusString

The status of the resource gateway.

Returns:

  • (String)


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_idsArray<String>

The IDs of the resource gateway subnets.

Returns:

  • (Array<String>)


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_identifierString

The ID of the VPC.

Returns:

  • (String)


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