Class: Aws::Types::CreateRuleResponse

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:



178
179
180
# File 'sig/types.rbs', line 178

def action
  @action
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


173
174
175
# File 'sig/types.rbs', line 173

def arn
  @arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


174
175
176
# File 'sig/types.rbs', line 174

def id
  @id
end

#matchTypes::RuleMatch

Returns the value of attribute match.

Returns:



176
177
178
# File 'sig/types.rbs', line 176

def match
  @match
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


175
176
177
# File 'sig/types.rbs', line 175

def name
  @name
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


177
178
179
# File 'sig/types.rbs', line 177

def priority
  @priority
end