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)


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

#idString

The ID of the resource gateway.

Returns:

  • (String)


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_typeString

The type of IP address for the resource gateway.

Returns:

  • (String)


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

#nameString

The name of the resource gateway.

Returns:

  • (String)


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

The IDs of the security groups for the resource gateway.

Returns:

  • (Array<String>)


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

#statusString

The status of the resource gateway.

Returns:

  • (String)


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

The IDs of the resource gateway subnets.

Returns:

  • (Array<String>)


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_identifierString

The ID of the VPC.

Returns:

  • (String)


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