Class: Aws::Types::ChimeSdkMeetingConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ChimeSdkMeetingConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#artifacts_configuration ⇒ Types::ArtifactsConfiguration
Returns the value of attribute artifacts_configuration.
-
#source_configuration ⇒ Types::SourceConfiguration
Returns the value of attribute source_configuration.
Instance Attribute Details
#artifacts_configuration ⇒ Types::ArtifactsConfiguration
Returns the value of attribute artifacts_configuration.
104 105 106 |
# File 'sig/types.rbs', line 104 def artifacts_configuration @artifacts_configuration end |
#source_configuration ⇒ Types::SourceConfiguration
Returns the value of attribute source_configuration.
103 104 105 |
# File 'sig/types.rbs', line 103 def source_configuration @source_configuration end |