Class: Aws::Types::GetAutoManagementConfigurationResponse

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[Types::QuotaInfo]]

Returns the value of attribute exclusion_list.

Returns:



89
90
91
# File 'sig/types.rbs', line 89

def exclusion_list
  @exclusion_list
end

#notification_arn ⇒ ::String

Returns the value of attribute notification_arn.

Returns:

  • (::String)


87
88
89
# File 'sig/types.rbs', line 87

def notification_arn
  @notification_arn
end

#opt_in_level ⇒ "ACCOUNT"

Returns the value of attribute opt_in_level.

Returns:

  • ("ACCOUNT")


85
86
87
# File 'sig/types.rbs', line 85

def opt_in_level
  @opt_in_level
end

#opt_in_status ⇒ "ENABLED", "DISABLED"

Returns the value of attribute opt_in_status.

Returns:

  • ("ENABLED", "DISABLED")


88
89
90
# File 'sig/types.rbs', line 88

def opt_in_status
  @opt_in_status
end

#opt_in_type ⇒ "NotifyOnly", "NotifyAndAdjust"

Returns the value of attribute opt_in_type.

Returns:

  • ("NotifyOnly", "NotifyAndAdjust")


86
87
88
# File 'sig/types.rbs', line 86

def opt_in_type
  @opt_in_type
end