Class: Aws::VPCLattice::Types::UpdateServiceNetworkVpcAssociationRequest

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

#security_group_idsArray<String>

The IDs of the security groups. Once you add a security group, it cannot be removed.

Returns:

  • (Array<String>)


3707
3708
3709
3710
3711
3712
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3707

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

#service_network_vpc_association_identifierString

The ID or Amazon Resource Name (ARN) of the association.

Returns:

  • (String)


3707
3708
3709
3710
3711
3712
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3707

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