Class: Aws::Types::CreateRulesetRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


149
150
151
# File 'sig/types.rbs', line 149

def description
  @description
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


148
149
150
# File 'sig/types.rbs', line 148

def name
  @name
end

#rules ⇒ ::Array[Types::Rule]

Returns the value of attribute rules.

Returns:



151
152
153
# File 'sig/types.rbs', line 151

def rules
  @rules
end

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

Returns the value of attribute tags.

Returns:

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


152
153
154
# File 'sig/types.rbs', line 152

def tags
  @tags
end

#target_arn ⇒ ::String

Returns the value of attribute target_arn.

Returns:

  • (::String)


150
151
152
# File 'sig/types.rbs', line 150

def target_arn
  @target_arn
end