Class: Aws::Types::ManagedRuleSetSummary

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)


1183
1184
1185
# File 'sig/types.rbs', line 1183

def arn
  @arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1181
1182
1183
# File 'sig/types.rbs', line 1181

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1180
1181
1182
# File 'sig/types.rbs', line 1180

def id
  @id
end

#label_namespace::String

Returns the value of attribute label_namespace.

Returns:

  • (::String)


1184
1185
1186
# File 'sig/types.rbs', line 1184

def label_namespace
  @label_namespace
end

#lock_token::String

Returns the value of attribute lock_token.

Returns:

  • (::String)


1182
1183
1184
# File 'sig/types.rbs', line 1182

def lock_token
  @lock_token
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1179
1180
1181
# File 'sig/types.rbs', line 1179

def name
  @name
end