Class: Aws::Types::CreateAvailabilityConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAvailabilityConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#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
#client_token ⇒ ::String
Returns the value of attribute client_token.
98 99 100 |
# File 'sig/types.rbs', line 98 def client_token @client_token end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
100 101 102 |
# File 'sig/types.rbs', line 100 def domain_name @domain_name end |
#ews_provider ⇒ Types::EwsAvailabilityProvider
Returns the value of attribute ews_provider.
101 102 103 |
# File 'sig/types.rbs', line 101 def ews_provider @ews_provider end |
#lambda_provider ⇒ Types::LambdaAvailabilityProvider
Returns the value of attribute lambda_provider.
102 103 104 |
# File 'sig/types.rbs', line 102 def lambda_provider @lambda_provider end |
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
99 100 101 |
# File 'sig/types.rbs', line 99 def organization_id @organization_id end |