Class: Aws::Types::UpdateExtensionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actions ⇒ ::Hash[("PRE_CREATE_HOSTED_CONFIGURATION_VERSION" | "PRE_START_DEPLOYMENT" | "AT_DEPLOYMENT_TICK" | "ON_DEPLOYMENT_START" | "ON_DEPLOYMENT_STEP" | "ON_DEPLOYMENT_BAKING" | "ON_DEPLOYMENT_COMPLETE" | "ON_DEPLOYMENT_ROLLED_BACK"), ::Array[Types::Action]]

Returns the value of attribute actions.

Returns:

  • (::Hash[("PRE_CREATE_HOSTED_CONFIGURATION_VERSION" | "PRE_START_DEPLOYMENT" | "AT_DEPLOYMENT_TICK" | "ON_DEPLOYMENT_START" | "ON_DEPLOYMENT_STEP" | "ON_DEPLOYMENT_BAKING" | "ON_DEPLOYMENT_COMPLETE" | "ON_DEPLOYMENT_ROLLED_BACK"), ::Array[Types::Action]])


946
947
948
# File 'sig/types.rbs', line 946

def actions
  @actions
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


945
946
947
# File 'sig/types.rbs', line 945

def description
  @description
end

#extension_identifier ⇒ ::String

Returns the value of attribute extension_identifier.

Returns:

  • (::String)


944
945
946
# File 'sig/types.rbs', line 944

def extension_identifier
  @extension_identifier
end

#parameters ⇒ ::Hash[::String, Types::Parameter]

Returns the value of attribute parameters.

Returns:



947
948
949
# File 'sig/types.rbs', line 947

def parameters
  @parameters
end

#version_number ⇒ ::Integer

Returns the value of attribute version_number.

Returns:

  • (::Integer)


948
949
950
# File 'sig/types.rbs', line 948

def version_number
  @version_number
end