Class: Aws::Types::ModifyEndpointEncryptionModeRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyEndpointEncryptionModeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
-
#endpoint_encryption_mode ⇒ "STANDARD_TLS", "FIPS_VALIDATED"
Returns the value of attribute endpoint_encryption_mode.
Instance Attribute Details
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
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.
1148 1149 1150 |
# File 'sig/types.rbs', line 1148 def endpoint_encryption_mode @endpoint_encryption_mode end |