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)


5714
5715
5716
5717
5718
5719
# File 'lib/aws-sdk-vpclattice/types.rb', line 5714

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


5714
5715
5716
5717
5718
5719
# File 'lib/aws-sdk-vpclattice/types.rb', line 5714

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