Class: Aws::Types::StartAutoManagementRequest

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]])


421
422
423
# File 'sig/types.rbs', line 421

def exclusion_list
  @exclusion_list
end

#notification_arn ⇒ ::String

Returns the value of attribute notification_arn.

Returns:

  • (::String)


420
421
422
# File 'sig/types.rbs', line 420

def notification_arn
  @notification_arn
end

#opt_in_level ⇒ "ACCOUNT"

Returns the value of attribute opt_in_level.

Returns:

  • ("ACCOUNT")


418
419
420
# File 'sig/types.rbs', line 418

def opt_in_level
  @opt_in_level
end

#opt_in_type ⇒ "NotifyOnly", "NotifyAndAdjust"

Returns the value of attribute opt_in_type.

Returns:

  • ("NotifyOnly", "NotifyAndAdjust")


419
420
421
# File 'sig/types.rbs', line 419

def opt_in_type
  @opt_in_type
end