Class: Aws::Types::ModifyVpcEncryptionControlRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


14576
14577
14578
# File 'sig/types.rbs', line 14576

def dry_run
  @dry_run
end

#egress_only_internet_gateway_exclusion"enable", "disable"

Returns the value of attribute egress_only_internet_gateway_exclusion.

Returns:

  • ("enable", "disable")


14580
14581
14582
# File 'sig/types.rbs', line 14580

def egress_only_internet_gateway_exclusion
  @egress_only_internet_gateway_exclusion
end

#elastic_file_system_exclusion"enable", "disable"

Returns the value of attribute elastic_file_system_exclusion.

Returns:

  • ("enable", "disable")


14586
14587
14588
# File 'sig/types.rbs', line 14586

def elastic_file_system_exclusion
  @elastic_file_system_exclusion
end

#internet_gateway_exclusion"enable", "disable"

Returns the value of attribute internet_gateway_exclusion.

Returns:

  • ("enable", "disable")


14579
14580
14581
# File 'sig/types.rbs', line 14579

def internet_gateway_exclusion
  @internet_gateway_exclusion
end

#lambda_exclusion"enable", "disable"

Returns the value of attribute lambda_exclusion.

Returns:

  • ("enable", "disable")


14584
14585
14586
# File 'sig/types.rbs', line 14584

def lambda_exclusion
  @lambda_exclusion
end

#mode"monitor", "enforce"

Returns the value of attribute mode.

Returns:

  • ("monitor", "enforce")


14578
14579
14580
# File 'sig/types.rbs', line 14578

def mode
  @mode
end

#nat_gateway_exclusion"enable", "disable"

Returns the value of attribute nat_gateway_exclusion.

Returns:

  • ("enable", "disable")


14581
14582
14583
# File 'sig/types.rbs', line 14581

def nat_gateway_exclusion
  @nat_gateway_exclusion
end

#virtual_private_gateway_exclusion"enable", "disable"

Returns the value of attribute virtual_private_gateway_exclusion.

Returns:

  • ("enable", "disable")


14582
14583
14584
# File 'sig/types.rbs', line 14582

def virtual_private_gateway_exclusion
  @virtual_private_gateway_exclusion
end

#vpc_encryption_control_id::String

Returns the value of attribute vpc_encryption_control_id.

Returns:

  • (::String)


14577
14578
14579
# File 'sig/types.rbs', line 14577

def vpc_encryption_control_id
  @vpc_encryption_control_id
end

#vpc_lattice_exclusion"enable", "disable"

Returns the value of attribute vpc_lattice_exclusion.

Returns:

  • ("enable", "disable")


14585
14586
14587
# File 'sig/types.rbs', line 14585

def vpc_lattice_exclusion
  @vpc_lattice_exclusion
end

#vpc_peering_exclusion"enable", "disable"

Returns the value of attribute vpc_peering_exclusion.

Returns:

  • ("enable", "disable")


14583
14584
14585
# File 'sig/types.rbs', line 14583

def vpc_peering_exclusion
  @vpc_peering_exclusion
end