Class: Aws::MediaLive::Types::UpdateEventBridgeRuleTemplateRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

Returns:

  • (String)


17243
17244
17245
17246
17247
17248
17249
17250
17251
17252
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 17243

class UpdateEventBridgeRuleTemplateRequest < Struct.new(
  :description,
  :event_targets,
  :event_type,
  :group_identifier,
  :identifier,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#event_targetsArray<Types::EventBridgeRuleTemplateTarget>



17243
17244
17245
17246
17247
17248
17249
17250
17251
17252
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 17243

class UpdateEventBridgeRuleTemplateRequest < Struct.new(
  :description,
  :event_targets,
  :event_type,
  :group_identifier,
  :identifier,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#event_typeString

The type of event to match with the rule.

Returns:

  • (String)


17243
17244
17245
17246
17247
17248
17249
17250
17251
17252
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 17243

class UpdateEventBridgeRuleTemplateRequest < Struct.new(
  :description,
  :event_targets,
  :event_type,
  :group_identifier,
  :identifier,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#group_identifierString

Returns:

  • (String)


17243
17244
17245
17246
17247
17248
17249
17250
17251
17252
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 17243

class UpdateEventBridgeRuleTemplateRequest < Struct.new(
  :description,
  :event_targets,
  :event_type,
  :group_identifier,
  :identifier,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#identifierString

Returns:

  • (String)


17243
17244
17245
17246
17247
17248
17249
17250
17251
17252
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 17243

class UpdateEventBridgeRuleTemplateRequest < Struct.new(
  :description,
  :event_targets,
  :event_type,
  :group_identifier,
  :identifier,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Returns:

  • (String)


17243
17244
17245
17246
17247
17248
17249
17250
17251
17252
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 17243

class UpdateEventBridgeRuleTemplateRequest < Struct.new(
  :description,
  :event_targets,
  :event_type,
  :group_identifier,
  :identifier,
  :name)
  SENSITIVE = []
  include Aws::Structure
end