Class: Aws::Types::IndexingRule

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#modified_at::Time

Returns the value of attribute modified_at.

Returns:

  • (::Time)


478
479
480
# File 'sig/types.rbs', line 478

def modified_at
  @modified_at
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


477
478
479
# File 'sig/types.rbs', line 477

def name
  @name
end

#ruleTypes::IndexingRuleValue

Returns the value of attribute rule.



479
480
481
# File 'sig/types.rbs', line 479

def rule
  @rule
end