Class: Aws::VPCLattice::Types::UpdateResourceGatewayRequest

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

#resource_gateway_identifierString

The ID or ARN of the resource gateway.

Returns:

  • (String)


5128
5129
5130
5131
5132
5133
# File 'lib/aws-sdk-vpclattice/types.rb', line 5128

class UpdateResourceGatewayRequest < Struct.new(
  :resource_gateway_identifier,
  :security_group_ids)
  SENSITIVE = []
  include Aws::Structure
end

#security_group_idsArray<String>

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

Returns:

  • (Array<String>)


5128
5129
5130
5131
5132
5133
# File 'lib/aws-sdk-vpclattice/types.rb', line 5128

class UpdateResourceGatewayRequest < Struct.new(
  :resource_gateway_identifier,
  :security_group_ids)
  SENSITIVE = []
  include Aws::Structure
end