Class: Aws::Types::GetRuleResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actionTypes::RuleAction

Returns the value of attribute action.

Returns:



651
652
653
# File 'sig/types.rbs', line 651

def action
  @action
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


645
646
647
# File 'sig/types.rbs', line 645

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


652
653
654
# File 'sig/types.rbs', line 652

def created_at
  @created_at
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


646
647
648
# File 'sig/types.rbs', line 646

def id
  @id
end

#is_defaultBoolean

Returns the value of attribute is_default.

Returns:

  • (Boolean)


648
649
650
# File 'sig/types.rbs', line 648

def is_default
  @is_default
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


653
654
655
# File 'sig/types.rbs', line 653

def last_updated_at
  @last_updated_at
end

#matchTypes::RuleMatch

Returns the value of attribute match.

Returns:



649
650
651
# File 'sig/types.rbs', line 649

def match
  @match
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


647
648
649
# File 'sig/types.rbs', line 647

def name
  @name
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


650
651
652
# File 'sig/types.rbs', line 650

def priority
  @priority
end