Class: Aws::Types::TestAvailabilityConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::TestAvailabilityConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#ews_provider ⇒ Types::EwsAvailabilityProvider
Returns the value of attribute ews_provider.
-
#lambda_provider ⇒ Types::LambdaAvailabilityProvider
Returns the value of attribute lambda_provider.
-
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
1411 1412 1413 |
# File 'sig/types.rbs', line 1411 def domain_name @domain_name end |
#ews_provider ⇒ Types::EwsAvailabilityProvider
Returns the value of attribute ews_provider.
1412 1413 1414 |
# File 'sig/types.rbs', line 1412 def ews_provider @ews_provider end |
#lambda_provider ⇒ Types::LambdaAvailabilityProvider
Returns the value of attribute lambda_provider.
1413 1414 1415 |
# File 'sig/types.rbs', line 1413 def lambda_provider @lambda_provider end |
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
1410 1411 1412 |
# File 'sig/types.rbs', line 1410 def organization_id @organization_id end |