Class: Aws::Types::AutoMLSecurityConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enable_inter_container_traffic_encryptionBoolean

Returns the value of attribute enable_inter_container_traffic_encryption.

Returns:

  • (Boolean)


759
760
761
# File 'sig/types.rbs', line 759

def enable_inter_container_traffic_encryption
  @enable_inter_container_traffic_encryption
end

#volume_kms_key_id::String

Returns the value of attribute volume_kms_key_id.

Returns:

  • (::String)


758
759
760
# File 'sig/types.rbs', line 758

def volume_kms_key_id
  @volume_kms_key_id
end

#vpc_configTypes::VpcConfig

Returns the value of attribute vpc_config.

Returns:



760
761
762
# File 'sig/types.rbs', line 760

def vpc_config
  @vpc_config
end