Class: Aws::MediaLive::Types::UpdateEventBridgeRuleTemplateGroupResponse

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

#arnString

Returns:



18331
18332
18333
18334
18335
18336
18337
18338
18339
18340
18341
# File 'lib/aws-sdk-medialive/types.rb', line 18331

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

#created_atTime

Returns:



18331
18332
18333
18334
18335
18336
18337
18338
18339
18340
18341
# File 'lib/aws-sdk-medialive/types.rb', line 18331

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

#descriptionString

Returns:



18331
18332
18333
18334
18335
18336
18337
18338
18339
18340
18341
# File 'lib/aws-sdk-medialive/types.rb', line 18331

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

#idString

Returns:



18331
18332
18333
18334
18335
18336
18337
18338
18339
18340
18341
# File 'lib/aws-sdk-medialive/types.rb', line 18331

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

#modified_atTime

Returns:



18331
18332
18333
18334
18335
18336
18337
18338
18339
18340
18341
# File 'lib/aws-sdk-medialive/types.rb', line 18331

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

#nameString

Returns:



18331
18332
18333
18334
18335
18336
18337
18338
18339
18340
18341
# File 'lib/aws-sdk-medialive/types.rb', line 18331

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

#tagsHash<String,String>

Represents the tags associated with a resource.

Returns:



18331
18332
18333
18334
18335
18336
18337
18338
18339
18340
18341
# File 'lib/aws-sdk-medialive/types.rb', line 18331

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