Class: Aws::Types::ScalingPlan

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_sourceTypes::ApplicationSource

Returns the value of attribute application_source.



172
173
174
# File 'sig/types.rbs', line 172

def application_source
  @application_source
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


177
178
179
# File 'sig/types.rbs', line 177

def creation_time
  @creation_time
end

#scaling_instructions::Array[Types::ScalingInstruction]

Returns the value of attribute scaling_instructions.

Returns:



173
174
175
# File 'sig/types.rbs', line 173

def scaling_instructions
  @scaling_instructions
end

#scaling_plan_name::String

Returns the value of attribute scaling_plan_name.

Returns:

  • (::String)


170
171
172
# File 'sig/types.rbs', line 170

def scaling_plan_name
  @scaling_plan_name
end

#scaling_plan_version::Integer

Returns the value of attribute scaling_plan_version.

Returns:

  • (::Integer)


171
172
173
# File 'sig/types.rbs', line 171

def scaling_plan_version
  @scaling_plan_version
end

#status_code"Active", ...

Returns the value of attribute status_code.

Returns:

  • ("Active", "ActiveWithProblems", "CreationInProgress", "CreationFailed", "DeletionInProgress", "DeletionFailed", "UpdateInProgress", "UpdateFailed")


174
175
176
# File 'sig/types.rbs', line 174

def status_code
  @status_code
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


175
176
177
# File 'sig/types.rbs', line 175

def status_message
  @status_message
end

#status_start_time::Time

Returns the value of attribute status_start_time.

Returns:

  • (::Time)


176
177
178
# File 'sig/types.rbs', line 176

def status_start_time
  @status_start_time
end