Class: Aws::Types::RuleUpdateSuccess

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:



1265
1266
1267
# File 'sig/types.rbs', line 1265

def action
  @action
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1259
1260
1261
# File 'sig/types.rbs', line 1259

def arn
  @arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1260
1261
1262
# File 'sig/types.rbs', line 1260

def id
  @id
end

#is_defaultBoolean

Returns the value of attribute is_default.

Returns:

  • (Boolean)


1262
1263
1264
# File 'sig/types.rbs', line 1262

def is_default
  @is_default
end

#matchTypes::RuleMatch

Returns the value of attribute match.

Returns:



1263
1264
1265
# File 'sig/types.rbs', line 1263

def match
  @match
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1261
1262
1263
# File 'sig/types.rbs', line 1261

def name
  @name
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


1264
1265
1266
# File 'sig/types.rbs', line 1264

def priority
  @priority
end