Class: Aws::Types::AvailabilityConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::AvailabilityConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#date_created ⇒ ::Time
Returns the value of attribute date_created.
-
#date_modified ⇒ ::Time
Returns the value of attribute date_modified.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#ews_provider ⇒ Types::RedactedEwsAvailabilityProvider
Returns the value of attribute ews_provider.
-
#lambda_provider ⇒ Types::LambdaAvailabilityProvider
Returns the value of attribute lambda_provider.
-
#provider_type ⇒ "EWS", "LAMBDA"
Returns the value of attribute provider_type.
Instance Attribute Details
#date_created ⇒ ::Time
Returns the value of attribute date_created.
65 66 67 |
# File 'sig/types.rbs', line 65 def date_created @date_created end |
#date_modified ⇒ ::Time
Returns the value of attribute date_modified.
66 67 68 |
# File 'sig/types.rbs', line 66 def date_modified @date_modified end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
61 62 63 |
# File 'sig/types.rbs', line 61 def domain_name @domain_name end |
#ews_provider ⇒ Types::RedactedEwsAvailabilityProvider
Returns the value of attribute ews_provider.
63 64 65 |
# File 'sig/types.rbs', line 63 def ews_provider @ews_provider end |
#lambda_provider ⇒ Types::LambdaAvailabilityProvider
Returns the value of attribute lambda_provider.
64 65 66 |
# File 'sig/types.rbs', line 64 def lambda_provider @lambda_provider end |
#provider_type ⇒ "EWS", "LAMBDA"
Returns the value of attribute provider_type.
62 63 64 |
# File 'sig/types.rbs', line 62 def provider_type @provider_type end |