Class: Aws::Types::PutTemplateActionRequest

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)


1530
1531
1532
# File 'sig/types.rbs', line 1530

def action_id
  @action_id
end

#action_name ⇒ ::String

Returns the value of attribute action_name.

Returns:

  • (::String)


1527
1528
1529
# File 'sig/types.rbs', line 1527

def action_name
  @action_name
end

#active ⇒ Boolean

Returns the value of attribute active.

Returns:

  • (Boolean)


1532
1533
1534
# File 'sig/types.rbs', line 1532

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


1539
1540
1541
# File 'sig/types.rbs', line 1539

def category
  @category
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


1538
1539
1540
# File 'sig/types.rbs', line 1538

def description
  @description
end

#document_identifier ⇒ ::String

Returns the value of attribute document_identifier.

Returns:

  • (::String)


1528
1529
1530
# File 'sig/types.rbs', line 1528

def document_identifier
  @document_identifier
end

#document_version ⇒ ::String

Returns the value of attribute document_version.

Returns:

  • (::String)


1531
1532
1533
# File 'sig/types.rbs', line 1531

def document_version
  @document_version
end

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

Returns the value of attribute external_parameters.

Returns:



1537
1538
1539
# File 'sig/types.rbs', line 1537

def external_parameters
  @external_parameters
end

#launch_configuration_template_id ⇒ ::String

Returns the value of attribute launch_configuration_template_id.

Returns:

  • (::String)


1526
1527
1528
# File 'sig/types.rbs', line 1526

def launch_configuration_template_id
  @launch_configuration_template_id
end

#must_succeed_for_cutover ⇒ Boolean

Returns the value of attribute must_succeed_for_cutover.

Returns:

  • (Boolean)


1534
1535
1536
# File 'sig/types.rbs', line 1534

def must_succeed_for_cutover
  @must_succeed_for_cutover
end

#operating_system ⇒ ::String

Returns the value of attribute operating_system.

Returns:

  • (::String)


1536
1537
1538
# File 'sig/types.rbs', line 1536

def operating_system
  @operating_system
end

#order ⇒ ::Integer

Returns the value of attribute order.

Returns:

  • (::Integer)


1529
1530
1531
# File 'sig/types.rbs', line 1529

def order
  @order
end

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

Returns the value of attribute parameters.

Returns:



1535
1536
1537
# File 'sig/types.rbs', line 1535

def parameters
  @parameters
end

#timeout_seconds ⇒ ::Integer

Returns the value of attribute timeout_seconds.

Returns:

  • (::Integer)


1533
1534
1535
# File 'sig/types.rbs', line 1533

def timeout_seconds
  @timeout_seconds
end