Class: Aws::Types::CreateRuleInput

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#actions::Array[Types::Action]

Returns the value of attribute actions.



189
190
191
# File 'sig/types.rbs', line 189

def actions
  @actions
end

#conditions::Array[Types::RuleCondition]

Returns the value of attribute conditions.



187
188
189
# File 'sig/types.rbs', line 187

def conditions
  @conditions
end

#listener_arn::String

Returns the value of attribute listener_arn.



186
187
188
# File 'sig/types.rbs', line 186

def listener_arn
  @listener_arn
end

#priority::Integer

Returns the value of attribute priority.



188
189
190
# File 'sig/types.rbs', line 188

def priority
  @priority
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.



190
191
192
# File 'sig/types.rbs', line 190

def tags
  @tags
end

#transforms::Array[Types::RuleTransform]

Returns the value of attribute transforms.



191
192
193
# File 'sig/types.rbs', line 191

def transforms
  @transforms
end