Class: Aws::Types::GatingRule

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#control_panel_arn ⇒ ::String

Returns the value of attribute control_panel_arn.

Returns:

  • (::String)


194
195
196
# File 'sig/types.rbs', line 194

def control_panel_arn
  @control_panel_arn
end

#gating_controls ⇒ ::Array[::String]

Returns the value of attribute gating_controls.

Returns:

  • (::Array[::String])


195
196
197
# File 'sig/types.rbs', line 195

def gating_controls
  @gating_controls
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


196
197
198
# File 'sig/types.rbs', line 196

def name
  @name
end

#owner ⇒ ::String

Returns the value of attribute owner.

Returns:

  • (::String)


202
203
204
# File 'sig/types.rbs', line 202

def owner
  @owner
end

#rule_config ⇒ Types::RuleConfig

Returns the value of attribute rule_config.

Returns:



197
198
199
# File 'sig/types.rbs', line 197

def rule_config
  @rule_config
end

#safety_rule_arn ⇒ ::String

Returns the value of attribute safety_rule_arn.

Returns:

  • (::String)


198
199
200
# File 'sig/types.rbs', line 198

def safety_rule_arn
  @safety_rule_arn
end

#status ⇒ "PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "DEPLOYED", "PENDING_DELETION")


199
200
201
# File 'sig/types.rbs', line 199

def status
  @status
end

#target_controls ⇒ ::Array[::String]

Returns the value of attribute target_controls.

Returns:

  • (::Array[::String])


200
201
202
# File 'sig/types.rbs', line 200

def target_controls
  @target_controls
end

#wait_period_ms ⇒ ::Integer

Returns the value of attribute wait_period_ms.

Returns:

  • (::Integer)


201
202
203
# File 'sig/types.rbs', line 201

def wait_period_ms
  @wait_period_ms
end