Class: Aws::Types::CreateRuleRequest

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:



166
167
168
# File 'sig/types.rbs', line 166

def action
  @action
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


167
168
169
# File 'sig/types.rbs', line 167

def client_token
  @client_token
end

#listener_identifier::String

Returns the value of attribute listener_identifier.

Returns:

  • (::String)


162
163
164
# File 'sig/types.rbs', line 162

def listener_identifier
  @listener_identifier
end

#matchTypes::RuleMatch

Returns the value of attribute match.

Returns:



164
165
166
# File 'sig/types.rbs', line 164

def match
  @match
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


163
164
165
# File 'sig/types.rbs', line 163

def name
  @name
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


165
166
167
# File 'sig/types.rbs', line 165

def priority
  @priority
end

#service_identifier::String

Returns the value of attribute service_identifier.

Returns:

  • (::String)


161
162
163
# File 'sig/types.rbs', line 161

def service_identifier
  @service_identifier
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


168
169
170
# File 'sig/types.rbs', line 168

def tags
  @tags
end