Class: Aws::Types::GetTrafficDistributionResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetTrafficDistributionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_config ⇒ Types::AgentConfig
Returns the value of attribute agent_config.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#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.
4359 4360 4361 |
# File 'sig/types.rbs', line 4359 def agent_config @agent_config end |
#arn ⇒ ::String
Returns the value of attribute arn.
4357 4358 4359 |
# File 'sig/types.rbs', line 4357 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
4356 4357 4358 |
# File 'sig/types.rbs', line 4356 def id @id end |
#sign_in_config ⇒ Types::SignInConfig
Returns the value of attribute sign_in_config.
4358 4359 4360 |
# File 'sig/types.rbs', line 4358 def sign_in_config @sign_in_config end |
#telephony_config ⇒ Types::TelephonyConfig
Returns the value of attribute telephony_config.
4355 4356 4357 |
# File 'sig/types.rbs', line 4355 def telephony_config @telephony_config end |