Class: Aws::Types::ClientProperties
- Inherits:
-
Object
- Object
- Aws::Types::ClientProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_experience_policy ⇒ ::String
Returns the value of attribute client_experience_policy.
-
#log_upload_enabled ⇒ "ENABLED", "DISABLED"
Returns the value of attribute log_upload_enabled.
-
#reconnect_enabled ⇒ "ENABLED", "DISABLED"
Returns the value of attribute reconnect_enabled.
Instance Attribute Details
#client_experience_policy ⇒ ::String
Returns the value of attribute client_experience_policy.
169 170 171 |
# File 'sig/types.rbs', line 169 def client_experience_policy @client_experience_policy end |
#log_upload_enabled ⇒ "ENABLED", "DISABLED"
Returns the value of attribute log_upload_enabled.
168 169 170 |
# File 'sig/types.rbs', line 168 def log_upload_enabled @log_upload_enabled end |
#reconnect_enabled ⇒ "ENABLED", "DISABLED"
Returns the value of attribute reconnect_enabled.
167 168 169 |
# File 'sig/types.rbs', line 167 def reconnect_enabled @reconnect_enabled end |