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)


18249
18250
18251
18252
18253
18254
18255
18256
18257
18258
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18249

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

#event_targetsArray<Types::EventBridgeRuleTemplateTarget>



18249
18250
18251
18252
18253
18254
18255
18256
18257
18258
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18249

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)


18249
18250
18251
18252
18253
18254
18255
18256
18257
18258
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18249

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

#group_identifierString

Returns:

  • (String)


18249
18250
18251
18252
18253
18254
18255
18256
18257
18258
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18249

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

#identifierString

Returns:

  • (String)


18249
18250
18251
18252
18253
18254
18255
18256
18257
18258
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18249

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

#nameString

Returns:

  • (String)


18249
18250
18251
18252
18253
18254
18255
18256
18257
18258
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18249

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