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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


5755
5756
5757
5758
5759
5760
5761
5762
5763
5764
5765
5766
# File 'lib/aws-sdk-vpclattice/types.rb', line 5755

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)


5755
5756
5757
5758
5759
5760
5761
5762
5763
5764
5765
5766
# File 'lib/aws-sdk-vpclattice/types.rb', line 5755

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)


5755
5756
5757
5758
5759
5760
5761
5762
5763
5764
5765
5766
# File 'lib/aws-sdk-vpclattice/types.rb', line 5755

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)


5755
5756
5757
5758
5759
5760
5761
5762
5763
5764
5765
5766
# File 'lib/aws-sdk-vpclattice/types.rb', line 5755

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>)


5755
5756
5757
5758
5759
5760
5761
5762
5763
5764
5765
5766
# File 'lib/aws-sdk-vpclattice/types.rb', line 5755

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)


5755
5756
5757
5758
5759
5760
5761
5762
5763
5764
5765
5766
# File 'lib/aws-sdk-vpclattice/types.rb', line 5755

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>)


5755
5756
5757
5758
5759
5760
5761
5762
5763
5764
5765
5766
# File 'lib/aws-sdk-vpclattice/types.rb', line 5755

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)


5755
5756
5757
5758
5759
5760
5761
5762
5763
5764
5765
5766
# File 'lib/aws-sdk-vpclattice/types.rb', line 5755

class UpdateResourceGatewayResponse < Struct.new(
  :name,
  :id,
  :arn,
  :status,
  :vpc_id,
  :subnet_ids,
  :security_group_ids,
  :ip_address_type)
  SENSITIVE = []
  include Aws::Structure
end