Class: Aws::Types::TemplateActionDocument

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action_id ⇒ ::String

Returns the value of attribute action_id.

Returns:

  • (::String)


1958
1959
1960
# File 'sig/types.rbs', line 1958

def action_id
  @action_id
end

#action_name ⇒ ::String

Returns the value of attribute action_name.

Returns:

  • (::String)


1959
1960
1961
# File 'sig/types.rbs', line 1959

def action_name
  @action_name
end

#active ⇒ Boolean

Returns the value of attribute active.

Returns:

  • (Boolean)


1963
1964
1965
# File 'sig/types.rbs', line 1963

def active
  @active
end

#category ⇒ "DISASTER_RECOVERY", ...

Returns the value of attribute category.

Returns:

  • ("DISASTER_RECOVERY", "OPERATING_SYSTEM", "LICENSE_AND_SUBSCRIPTION", "VALIDATION", "OBSERVABILITY", "REFACTORING", "SECURITY", "NETWORKING", "CONFIGURATION", "BACKUP", "OTHER")


1970
1971
1972
# File 'sig/types.rbs', line 1970

def category
  @category
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


1969
1970
1971
# File 'sig/types.rbs', line 1969

def description
  @description
end

#document_identifier ⇒ ::String

Returns the value of attribute document_identifier.

Returns:

  • (::String)


1960
1961
1962
# File 'sig/types.rbs', line 1960

def document_identifier
  @document_identifier
end

#document_version ⇒ ::String

Returns the value of attribute document_version.

Returns:

  • (::String)


1962
1963
1964
# File 'sig/types.rbs', line 1962

def document_version
  @document_version
end

#external_parameters ⇒ ::Hash[::String, Types::SsmExternalParameter]

Returns the value of attribute external_parameters.

Returns:



1968
1969
1970
# File 'sig/types.rbs', line 1968

def external_parameters
  @external_parameters
end

#must_succeed_for_cutover ⇒ Boolean

Returns the value of attribute must_succeed_for_cutover.

Returns:

  • (Boolean)


1965
1966
1967
# File 'sig/types.rbs', line 1965

def must_succeed_for_cutover
  @must_succeed_for_cutover
end

#operating_system ⇒ ::String

Returns the value of attribute operating_system.

Returns:

  • (::String)


1967
1968
1969
# File 'sig/types.rbs', line 1967

def operating_system
  @operating_system
end

#order ⇒ ::Integer

Returns the value of attribute order.

Returns:

  • (::Integer)


1961
1962
1963
# File 'sig/types.rbs', line 1961

def order
  @order
end

#parameters ⇒ ::Hash[::String, ::Array[Types::SsmParameterStoreParameter]]

Returns the value of attribute parameters.

Returns:



1966
1967
1968
# File 'sig/types.rbs', line 1966

def parameters
  @parameters
end

#timeout_seconds ⇒ ::Integer

Returns the value of attribute timeout_seconds.

Returns:

  • (::Integer)


1964
1965
1966
# File 'sig/types.rbs', line 1964

def timeout_seconds
  @timeout_seconds
end