Class: Aws::Types::ScheduledChange

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#change_type"DOWNGRADE", "CANCELLATION"

Returns the value of attribute change_type.

Returns:

  • ("DOWNGRADE", "CANCELLATION")


139
140
141
# File 'sig/types.rbs', line 139

def change_type
  @change_type
end

#effective_date::Time

Returns the value of attribute effective_date.

Returns:

  • (::Time)


140
141
142
# File 'sig/types.rbs', line 140

def effective_date
  @effective_date
end

#plan_tier::String

Returns the value of attribute plan_tier.

Returns:

  • (::String)


141
142
143
# File 'sig/types.rbs', line 141

def plan_tier
  @plan_tier
end

#usage_level::String

Returns the value of attribute usage_level.

Returns:

  • (::String)


142
143
144
# File 'sig/types.rbs', line 142

def usage_level
  @usage_level
end