Class: Aws::Types::ModifyEndpointEncryptionModeRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#directory_id::String

Returns the value of attribute directory_id.

Returns:

  • (::String)


1147
1148
1149
# File 'sig/types.rbs', line 1147

def directory_id
  @directory_id
end

#endpoint_encryption_mode"STANDARD_TLS", "FIPS_VALIDATED"

Returns the value of attribute endpoint_encryption_mode.

Returns:

  • ("STANDARD_TLS", "FIPS_VALIDATED")


1148
1149
1150
# File 'sig/types.rbs', line 1148

def endpoint_encryption_mode
  @endpoint_encryption_mode
end