Class: Aws::Types::ConversationLogsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ConversationLogsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
-
#log_settings ⇒ ::Array[Types::LogSettingsResponse]
Returns the value of attribute log_settings.
Instance Attribute Details
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
92 93 94 |
# File 'sig/types.rbs', line 92 def iam_role_arn @iam_role_arn end |
#log_settings ⇒ ::Array[Types::LogSettingsResponse]
Returns the value of attribute log_settings.
91 92 93 |
# File 'sig/types.rbs', line 91 def log_settings @log_settings end |