Class: Aws::MediaLive::Types::GetEventBridgeRuleTemplateResponse

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

#arnString

Returns:

  • (String)


15308
15309
15310
15311
15312
15313
15314
15315
15316
15317
15318
15319
15320
15321
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 15308

class GetEventBridgeRuleTemplateResponse < Struct.new(
  :arn,
  :created_at,
  :description,
  :event_targets,
  :event_type,
  :group_id,
  :id,
  :modified_at,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

Returns:

  • (Time)


15308
15309
15310
15311
15312
15313
15314
15315
15316
15317
15318
15319
15320
15321
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 15308

class GetEventBridgeRuleTemplateResponse < Struct.new(
  :arn,
  :created_at,
  :description,
  :event_targets,
  :event_type,
  :group_id,
  :id,
  :modified_at,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

Returns:

  • (String)


15308
15309
15310
15311
15312
15313
15314
15315
15316
15317
15318
15319
15320
15321
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 15308

class GetEventBridgeRuleTemplateResponse < Struct.new(
  :arn,
  :created_at,
  :description,
  :event_targets,
  :event_type,
  :group_id,
  :id,
  :modified_at,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#event_targetsArray<Types::EventBridgeRuleTemplateTarget>



15308
15309
15310
15311
15312
15313
15314
15315
15316
15317
15318
15319
15320
15321
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 15308

class GetEventBridgeRuleTemplateResponse < Struct.new(
  :arn,
  :created_at,
  :description,
  :event_targets,
  :event_type,
  :group_id,
  :id,
  :modified_at,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#event_typeString

The type of event to match with the rule.

Returns:

  • (String)


15308
15309
15310
15311
15312
15313
15314
15315
15316
15317
15318
15319
15320
15321
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 15308

class GetEventBridgeRuleTemplateResponse < Struct.new(
  :arn,
  :created_at,
  :description,
  :event_targets,
  :event_type,
  :group_id,
  :id,
  :modified_at,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#group_idString

Returns:

  • (String)


15308
15309
15310
15311
15312
15313
15314
15315
15316
15317
15318
15319
15320
15321
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 15308

class GetEventBridgeRuleTemplateResponse < Struct.new(
  :arn,
  :created_at,
  :description,
  :event_targets,
  :event_type,
  :group_id,
  :id,
  :modified_at,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#idString

Returns:

  • (String)


15308
15309
15310
15311
15312
15313
15314
15315
15316
15317
15318
15319
15320
15321
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 15308

class GetEventBridgeRuleTemplateResponse < Struct.new(
  :arn,
  :created_at,
  :description,
  :event_targets,
  :event_type,
  :group_id,
  :id,
  :modified_at,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#modified_atTime

Returns:

  • (Time)


15308
15309
15310
15311
15312
15313
15314
15315
15316
15317
15318
15319
15320
15321
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 15308

class GetEventBridgeRuleTemplateResponse < Struct.new(
  :arn,
  :created_at,
  :description,
  :event_targets,
  :event_type,
  :group_id,
  :id,
  :modified_at,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Returns:

  • (String)


15308
15309
15310
15311
15312
15313
15314
15315
15316
15317
15318
15319
15320
15321
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 15308

class GetEventBridgeRuleTemplateResponse < Struct.new(
  :arn,
  :created_at,
  :description,
  :event_targets,
  :event_type,
  :group_id,
  :id,
  :modified_at,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Represents the tags associated with a resource.

Returns:

  • (Hash<String,String>)


15308
15309
15310
15311
15312
15313
15314
15315
15316
15317
15318
15319
15320
15321
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 15308

class GetEventBridgeRuleTemplateResponse < Struct.new(
  :arn,
  :created_at,
  :description,
  :event_targets,
  :event_type,
  :group_id,
  :id,
  :modified_at,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end