Class: Aws::Types::ListRulesOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#resource_type ⇒ ::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


332
333
334
# File 'sig/types.rbs', line 332

def resource_type
  @resource_type
end

#rule_description ⇒ ::String

Returns the value of attribute rule_description.

Returns:

  • (::String)


333
334
335
# File 'sig/types.rbs', line 333

def rule_description
  @rule_description
end

#rule_id ⇒ ::String

Returns the value of attribute rule_id.

Returns:

  • (::String)


334
335
336
# File 'sig/types.rbs', line 334

def rule_id
  @rule_id
end