Class: Aws::Types::ModifyAccountVpcEncryptionControlRequest

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)


13793
13794
13795
# File 'sig/types.rbs', line 13793

def dry_run
  @dry_run
end

#egress_only_internet_gateway"enable", "disable"

Returns the value of attribute egress_only_internet_gateway.

Returns:

  • ("enable", "disable")


13796
13797
13798
# File 'sig/types.rbs', line 13796

def egress_only_internet_gateway
  @egress_only_internet_gateway
end

#elastic_file_system"enable", "disable"

Returns the value of attribute elastic_file_system.

Returns:

  • ("enable", "disable")


13802
13803
13804
# File 'sig/types.rbs', line 13802

def elastic_file_system
  @elastic_file_system
end

#internet_gateway"enable", "disable"

Returns the value of attribute internet_gateway.

Returns:

  • ("enable", "disable")


13795
13796
13797
# File 'sig/types.rbs', line 13795

def internet_gateway
  @internet_gateway
end

#lambda"enable", "disable"

Returns the value of attribute lambda.

Returns:

  • ("enable", "disable")


13800
13801
13802
# File 'sig/types.rbs', line 13800

def lambda
  @lambda
end

#mode"unmanaged", ...

Returns the value of attribute mode.

Returns:

  • ("unmanaged", "attempt-monitor", "attempt-enforce")


13794
13795
13796
# File 'sig/types.rbs', line 13794

def mode
  @mode
end

#nat_gateway"enable", "disable"

Returns the value of attribute nat_gateway.

Returns:

  • ("enable", "disable")


13797
13798
13799
# File 'sig/types.rbs', line 13797

def nat_gateway
  @nat_gateway
end

#virtual_private_gateway"enable", "disable"

Returns the value of attribute virtual_private_gateway.

Returns:

  • ("enable", "disable")


13798
13799
13800
# File 'sig/types.rbs', line 13798

def virtual_private_gateway
  @virtual_private_gateway
end

#vpc_lattice"enable", "disable"

Returns the value of attribute vpc_lattice.

Returns:

  • ("enable", "disable")


13801
13802
13803
# File 'sig/types.rbs', line 13801

def vpc_lattice
  @vpc_lattice
end

#vpc_peering"enable", "disable"

Returns the value of attribute vpc_peering.

Returns:

  • ("enable", "disable")


13799
13800
13801
# File 'sig/types.rbs', line 13799

def vpc_peering
  @vpc_peering
end