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)


17333
17334
17335
17336
17337
17338
17339
17340
17341
17342
# File 'lib/aws-sdk-medialive/types.rb', line 17333

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

#event_targetsArray<Types::EventBridgeRuleTemplateTarget>



17333
17334
17335
17336
17337
17338
17339
17340
17341
17342
# File 'lib/aws-sdk-medialive/types.rb', line 17333

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)


17333
17334
17335
17336
17337
17338
17339
17340
17341
17342
# File 'lib/aws-sdk-medialive/types.rb', line 17333

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

#group_identifierString

Returns:

  • (String)


17333
17334
17335
17336
17337
17338
17339
17340
17341
17342
# File 'lib/aws-sdk-medialive/types.rb', line 17333

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

#identifierString

Returns:

  • (String)


17333
17334
17335
17336
17337
17338
17339
17340
17341
17342
# File 'lib/aws-sdk-medialive/types.rb', line 17333

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

#nameString

Returns:

  • (String)


17333
17334
17335
17336
17337
17338
17339
17340
17341
17342
# File 'lib/aws-sdk-medialive/types.rb', line 17333

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