Class: Aws::Types::UpdateTrafficDistributionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTrafficDistributionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_config ⇒ Types::AgentConfig
Returns the value of attribute agent_config.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#sign_in_config ⇒ Types::SignInConfig
Returns the value of attribute sign_in_config.
-
#telephony_config ⇒ Types::TelephonyConfig
Returns the value of attribute telephony_config.
Instance Attribute Details
#agent_config ⇒ Types::AgentConfig
Returns the value of attribute agent_config.
9279 9280 9281 |
# File 'sig/types.rbs', line 9279 def agent_config @agent_config end |
#id ⇒ ::String
Returns the value of attribute id.
9276 9277 9278 |
# File 'sig/types.rbs', line 9276 def id @id end |
#sign_in_config ⇒ Types::SignInConfig
Returns the value of attribute sign_in_config.
9278 9279 9280 |
# File 'sig/types.rbs', line 9278 def sign_in_config @sign_in_config end |
#telephony_config ⇒ Types::TelephonyConfig
Returns the value of attribute telephony_config.
9277 9278 9279 |
# File 'sig/types.rbs', line 9277 def telephony_config @telephony_config end |