Class: Aws::Types::SsmAutomation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#document_name ⇒ ::String

Returns the value of attribute document_name.

Returns:

  • (::String)


653
654
655
# File 'sig/types.rbs', line 653

def document_name
  @document_name
end

#document_version ⇒ ::String

Returns the value of attribute document_version.

Returns:

  • (::String)


654
655
656
# File 'sig/types.rbs', line 654

def document_version
  @document_version
end

#dynamic_parameters ⇒ ::Hash[::String, Types::DynamicSsmParameterValue]

Returns the value of attribute dynamic_parameters.

Returns:



655
656
657
# File 'sig/types.rbs', line 655

def dynamic_parameters
  @dynamic_parameters
end

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

Returns the value of attribute parameters.

Returns:

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


656
657
658
# File 'sig/types.rbs', line 656

def parameters
  @parameters
end

#role_arn ⇒ ::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


657
658
659
# File 'sig/types.rbs', line 657

def role_arn
  @role_arn
end

#target_account ⇒ "RESPONSE_PLAN_OWNER_ACCOUNT", "IMPACTED_ACCOUNT"

Returns the value of attribute target_account.

Returns:

  • ("RESPONSE_PLAN_OWNER_ACCOUNT", "IMPACTED_ACCOUNT")


658
659
660
# File 'sig/types.rbs', line 658

def 
  @target_account
end