Class: Aws::Types::PutChannelExpirationSettingsRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutChannelExpirationSettingsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
-
#chime_bearer ⇒ ::String
Returns the value of attribute chime_bearer.
-
#expiration_settings ⇒ Types::ExpirationSettings
Returns the value of attribute expiration_settings.
Instance Attribute Details
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
753 754 755 |
# File 'sig/types.rbs', line 753 def channel_arn @channel_arn end |
#chime_bearer ⇒ ::String
Returns the value of attribute chime_bearer.
754 755 756 |
# File 'sig/types.rbs', line 754 def chime_bearer @chime_bearer end |
#expiration_settings ⇒ Types::ExpirationSettings
Returns the value of attribute expiration_settings.
755 756 757 |
# File 'sig/types.rbs', line 755 def expiration_settings @expiration_settings end |