Class: Aws::Types::CreateSafetyRuleRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#assertion_rule ⇒ Types::NewAssertionRule

Returns the value of attribute assertion_rule.



107
108
109
# File 'sig/types.rbs', line 107

def assertion_rule
  @assertion_rule
end

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


108
109
110
# File 'sig/types.rbs', line 108

def client_token
  @client_token
end

#gating_rule ⇒ Types::NewGatingRule

Returns the value of attribute gating_rule.



109
110
111
# File 'sig/types.rbs', line 109

def gating_rule
  @gating_rule
end

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

Returns the value of attribute tags.

Returns:

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


110
111
112
# File 'sig/types.rbs', line 110

def tags
  @tags
end