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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

Returns:

  • (String)


18256
18257
18258
18259
18260
18261
18262
18263
18264
18265
# File 'lib/aws-sdk-medialive/types.rb', line 18256

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

#event_targetsArray<Types::EventBridgeRuleTemplateTarget>



18256
18257
18258
18259
18260
18261
18262
18263
18264
18265
# File 'lib/aws-sdk-medialive/types.rb', line 18256

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)


18256
18257
18258
18259
18260
18261
18262
18263
18264
18265
# File 'lib/aws-sdk-medialive/types.rb', line 18256

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

#group_identifierString

Returns:

  • (String)


18256
18257
18258
18259
18260
18261
18262
18263
18264
18265
# File 'lib/aws-sdk-medialive/types.rb', line 18256

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

#identifierString

Returns:

  • (String)


18256
18257
18258
18259
18260
18261
18262
18263
18264
18265
# File 'lib/aws-sdk-medialive/types.rb', line 18256

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

#nameString

Returns:

  • (String)


18256
18257
18258
18259
18260
18261
18262
18263
18264
18265
# File 'lib/aws-sdk-medialive/types.rb', line 18256

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