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)


5169
5170
5171
5172
5173
5174
5175
5176
5177
5178
5179
5180
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5169

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

#idString

The ID of the resource gateway.

Returns:

  • (String)


5169
5170
5171
5172
5173
5174
5175
5176
5177
5178
5179
5180
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5169

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

#ip_address_typeString

The type of IP address used by the resource gateway.

Returns:

  • (String)


5169
5170
5171
5172
5173
5174
5175
5176
5177
5178
5179
5180
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5169

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

#nameString

The name of the resource gateway.

Returns:

  • (String)


5169
5170
5171
5172
5173
5174
5175
5176
5177
5178
5179
5180
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5169

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

#security_group_idsArray<String>

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

Returns:

  • (Array<String>)


5169
5170
5171
5172
5173
5174
5175
5176
5177
5178
5179
5180
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5169

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

#statusString

The status of the resource gateway.

Returns:

  • (String)


5169
5170
5171
5172
5173
5174
5175
5176
5177
5178
5179
5180
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5169

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

#subnet_idsArray<String>

The IDs of the VPC subnets for the resource gateway.

Returns:

  • (Array<String>)


5169
5170
5171
5172
5173
5174
5175
5176
5177
5178
5179
5180
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5169

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

#vpc_idString

The ID of the VPC for the resource gateway.

Returns:

  • (String)


5169
5170
5171
5172
5173
5174
5175
5176
5177
5178
5179
5180
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5169

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