Class: Aws::VPCLattice::Types::UpdateResourceGatewayResponse

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)


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

#idString

The ID of the resource gateway.

Returns:

  • (String)


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_typeString

The type of IP address used by the resource gateway.

Returns:

  • (String)


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

#nameString

The name of the resource gateway.

Returns:

  • (String)


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

The IDs of the security groups associated with the resource gateway.

Returns:

  • (Array<String>)


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

#statusString

The status of the resource gateway.

Returns:

  • (String)


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

The IDs of the VPC subnets for the resource gateway.

Returns:

  • (Array<String>)


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_idString

The ID of the VPC for the resource gateway.

Returns:

  • (String)


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