Class: Aws::Types::VpcEncryptionControlExclusions

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_gatewayTypes::VpcEncryptionControlExclusion

Returns the value of attribute egress_only_internet_gateway.



19376
19377
19378
# File 'sig/types.rbs', line 19376

def egress_only_internet_gateway
  @egress_only_internet_gateway
end

#elastic_file_systemTypes::VpcEncryptionControlExclusion

Returns the value of attribute elastic_file_system.



19382
19383
19384
# File 'sig/types.rbs', line 19382

def elastic_file_system
  @elastic_file_system
end

#internet_gatewayTypes::VpcEncryptionControlExclusion

Returns the value of attribute internet_gateway.



19375
19376
19377
# File 'sig/types.rbs', line 19375

def internet_gateway
  @internet_gateway
end

#lambdaTypes::VpcEncryptionControlExclusion

Returns the value of attribute lambda.



19380
19381
19382
# File 'sig/types.rbs', line 19380

def lambda
  @lambda
end

#nat_gatewayTypes::VpcEncryptionControlExclusion

Returns the value of attribute nat_gateway.



19377
19378
19379
# File 'sig/types.rbs', line 19377

def nat_gateway
  @nat_gateway
end

#virtual_private_gatewayTypes::VpcEncryptionControlExclusion

Returns the value of attribute virtual_private_gateway.



19378
19379
19380
# File 'sig/types.rbs', line 19378

def virtual_private_gateway
  @virtual_private_gateway
end

#vpc_latticeTypes::VpcEncryptionControlExclusion

Returns the value of attribute vpc_lattice.



19381
19382
19383
# File 'sig/types.rbs', line 19381

def vpc_lattice
  @vpc_lattice
end

#vpc_peeringTypes::VpcEncryptionControlExclusion

Returns the value of attribute vpc_peering.



19379
19380
19381
# File 'sig/types.rbs', line 19379

def vpc_peering
  @vpc_peering
end