Class: Aws::Types::UpdateAvailabilityConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAvailabilityConfigurationRequest
- 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.
1444 1445 1446 |
# File 'sig/types.rbs', line 1444 def domain_name @domain_name end |
#ews_provider ⇒ Types::EwsAvailabilityProvider
Returns the value of attribute ews_provider.
1445 1446 1447 |
# File 'sig/types.rbs', line 1445 def ews_provider @ews_provider end |
#lambda_provider ⇒ Types::LambdaAvailabilityProvider
Returns the value of attribute lambda_provider.
1446 1447 1448 |
# File 'sig/types.rbs', line 1446 def lambda_provider @lambda_provider end |
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
1443 1444 1445 |
# File 'sig/types.rbs', line 1443 def organization_id @organization_id end |