Class: Aws::Types::AccountVpcEncryptionControlExclusions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#egress_only_internet_gateway"enabling", ...

Returns the value of attribute egress_only_internet_gateway.

Returns:

  • ("enabling", "enabled", "disabling", "disabled")


183
184
185
# File 'sig/types.rbs', line 183

def egress_only_internet_gateway
  @egress_only_internet_gateway
end

#elastic_file_system"enabling", ...

Returns the value of attribute elastic_file_system.

Returns:

  • ("enabling", "enabled", "disabling", "disabled")


189
190
191
# File 'sig/types.rbs', line 189

def elastic_file_system
  @elastic_file_system
end

#internet_gateway"enabling", ...

Returns the value of attribute internet_gateway.

Returns:

  • ("enabling", "enabled", "disabling", "disabled")


182
183
184
# File 'sig/types.rbs', line 182

def internet_gateway
  @internet_gateway
end

#lambda"enabling", ...

Returns the value of attribute lambda.

Returns:

  • ("enabling", "enabled", "disabling", "disabled")


187
188
189
# File 'sig/types.rbs', line 187

def lambda
  @lambda
end

#nat_gateway"enabling", ...

Returns the value of attribute nat_gateway.

Returns:

  • ("enabling", "enabled", "disabling", "disabled")


184
185
186
# File 'sig/types.rbs', line 184

def nat_gateway
  @nat_gateway
end

#virtual_private_gateway"enabling", ...

Returns the value of attribute virtual_private_gateway.

Returns:

  • ("enabling", "enabled", "disabling", "disabled")


185
186
187
# File 'sig/types.rbs', line 185

def virtual_private_gateway
  @virtual_private_gateway
end

#vpc_lattice"enabling", ...

Returns the value of attribute vpc_lattice.

Returns:

  • ("enabling", "enabled", "disabling", "disabled")


188
189
190
# File 'sig/types.rbs', line 188

def vpc_lattice
  @vpc_lattice
end

#vpc_peering"enabling", ...

Returns the value of attribute vpc_peering.

Returns:

  • ("enabling", "enabled", "disabling", "disabled")


186
187
188
# File 'sig/types.rbs', line 186

def vpc_peering
  @vpc_peering
end