Class: Aws::Types::EventBridgeRuleTemplateGroupSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


4041
4042
4043
# File 'sig/types.rbs', line 4041

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


4042
4043
4044
# File 'sig/types.rbs', line 4042

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


4043
4044
4045
# File 'sig/types.rbs', line 4043

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


4044
4045
4046
# File 'sig/types.rbs', line 4044

def id
  @id
end

#modified_at::Time

Returns the value of attribute modified_at.

Returns:

  • (::Time)


4045
4046
4047
# File 'sig/types.rbs', line 4045

def modified_at
  @modified_at
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4046
4047
4048
# File 'sig/types.rbs', line 4046

def name
  @name
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


4047
4048
4049
# File 'sig/types.rbs', line 4047

def tags
  @tags
end

#template_count::Integer

Returns the value of attribute template_count.

Returns:

  • (::Integer)


4048
4049
4050
# File 'sig/types.rbs', line 4048

def template_count
  @template_count
end