Class: Aws::Types::Extension

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


500
501
502
# File 'sig/types.rbs', line 500

def actions
  @actions
end

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


498
499
500
# File 'sig/types.rbs', line 498

def arn
  @arn
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


499
500
501
# File 'sig/types.rbs', line 499

def description
  @description
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


495
496
497
# File 'sig/types.rbs', line 495

def id
  @id
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


496
497
498
# File 'sig/types.rbs', line 496

def name
  @name
end

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

Returns the value of attribute parameters.

Returns:



501
502
503
# File 'sig/types.rbs', line 501

def parameters
  @parameters
end

#version_number ⇒ ::Integer

Returns the value of attribute version_number.

Returns:

  • (::Integer)


497
498
499
# File 'sig/types.rbs', line 497

def version_number
  @version_number
end