Class: Aws::Types::UpdateMediaInsightsPipelineConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateMediaInsightsPipelineConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#elements ⇒ ::Array[Types::MediaInsightsPipelineConfigurationElement]
Returns the value of attribute elements.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#real_time_alert_configuration ⇒ Types::RealTimeAlertConfiguration
Returns the value of attribute real_time_alert_configuration.
-
#resource_access_role_arn ⇒ ::String
Returns the value of attribute resource_access_role_arn.
Instance Attribute Details
#elements ⇒ ::Array[Types::MediaInsightsPipelineConfigurationElement]
Returns the value of attribute elements.
898 899 900 |
# File 'sig/types.rbs', line 898 def elements @elements end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
895 896 897 |
# File 'sig/types.rbs', line 895 def identifier @identifier end |
#real_time_alert_configuration ⇒ Types::RealTimeAlertConfiguration
Returns the value of attribute real_time_alert_configuration.
897 898 899 |
# File 'sig/types.rbs', line 897 def real_time_alert_configuration @real_time_alert_configuration end |
#resource_access_role_arn ⇒ ::String
Returns the value of attribute resource_access_role_arn.
896 897 898 |
# File 'sig/types.rbs', line 896 def resource_access_role_arn @resource_access_role_arn end |