Class: Aws::Types::ManagedRuleSet

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)


1170
1171
1172
# File 'sig/types.rbs', line 1170

def arn
  @arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1171
1172
1173
# File 'sig/types.rbs', line 1171

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1169
1170
1171
# File 'sig/types.rbs', line 1169

def id
  @id
end

#label_namespace::String

Returns the value of attribute label_namespace.

Returns:

  • (::String)


1174
1175
1176
# File 'sig/types.rbs', line 1174

def label_namespace
  @label_namespace
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1168
1169
1170
# File 'sig/types.rbs', line 1168

def name
  @name
end

#published_versions::Hash[::String, Types::ManagedRuleSetVersion]

Returns the value of attribute published_versions.

Returns:



1172
1173
1174
# File 'sig/types.rbs', line 1172

def published_versions
  @published_versions
end

Returns the value of attribute recommended_version.

Returns:

  • (::String)


1173
1174
1175
# File 'sig/types.rbs', line 1173

def recommended_version
  @recommended_version
end