Class: Aws::Types::ClosedDays
- Inherits:
-
Object
- Object
- Aws::Types::ClosedDays
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom ⇒ ::Array[Types::ClosedDaysRule]
Returns the value of attribute custom.
-
#email ⇒ ::Array[Types::ClosedDaysRule]
Returns the value of attribute email.
-
#push ⇒ ::Array[Types::ClosedDaysRule]
Returns the value of attribute push.
-
#sms ⇒ ::Array[Types::ClosedDaysRule]
Returns the value of attribute sms.
-
#voice ⇒ ::Array[Types::ClosedDaysRule]
Returns the value of attribute voice.
Instance Attribute Details
#custom ⇒ ::Array[Types::ClosedDaysRule]
Returns the value of attribute custom.
3427 3428 3429 |
# File 'sig/types.rbs', line 3427 def custom @custom end |
#email ⇒ ::Array[Types::ClosedDaysRule]
Returns the value of attribute email.
3423 3424 3425 |
# File 'sig/types.rbs', line 3423 def email @email end |
#push ⇒ ::Array[Types::ClosedDaysRule]
Returns the value of attribute push.
3425 3426 3427 |
# File 'sig/types.rbs', line 3425 def push @push end |
#sms ⇒ ::Array[Types::ClosedDaysRule]
Returns the value of attribute sms.
3424 3425 3426 |
# File 'sig/types.rbs', line 3424 def sms @sms end |
#voice ⇒ ::Array[Types::ClosedDaysRule]
Returns the value of attribute voice.
3426 3427 3428 |
# File 'sig/types.rbs', line 3426 def voice @voice end |