Class: Aws::Types::CreateExtensionRequest

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


209
210
211
# File 'sig/types.rbs', line 209

def actions
  @actions
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


208
209
210
# File 'sig/types.rbs', line 208

def description
  @description
end

#latest_version_number ⇒ ::Integer

Returns the value of attribute latest_version_number.

Returns:

  • (::Integer)


212
213
214
# File 'sig/types.rbs', line 212

def latest_version_number
  @latest_version_number
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


207
208
209
# File 'sig/types.rbs', line 207

def name
  @name
end

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

Returns the value of attribute parameters.

Returns:



210
211
212
# File 'sig/types.rbs', line 210

def parameters
  @parameters
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


211
212
213
# File 'sig/types.rbs', line 211

def tags
  @tags
end