Class: Aws::Types::UpdateAutoManagementRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#exclusion_list ⇒ ::Hash[::String, ::Array[::String]]

Returns the value of attribute exclusion_list.

Returns:

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


491
492
493
# File 'sig/types.rbs', line 491

def exclusion_list
  @exclusion_list
end

#notification_arn ⇒ ::String

Returns the value of attribute notification_arn.

Returns:

  • (::String)


490
491
492
# File 'sig/types.rbs', line 490

def notification_arn
  @notification_arn
end

#opt_in_type ⇒ "NotifyOnly", "NotifyAndAdjust"

Returns the value of attribute opt_in_type.

Returns:

  • ("NotifyOnly", "NotifyAndAdjust")


489
490
491
# File 'sig/types.rbs', line 489

def opt_in_type
  @opt_in_type
end