Class: Aws::Types::SendCommandRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:parameters])

Instance Attribute Summary collapse

Instance Attribute Details

#alarm_configurationTypes::AlarmConfiguration

Returns the value of attribute alarm_configuration.



4065
4066
4067
# File 'sig/types.rbs', line 4065

def alarm_configuration
  @alarm_configuration
end

#cloud_watch_output_configTypes::CloudWatchOutputConfig

Returns the value of attribute cloud_watch_output_config.



4064
4065
4066
# File 'sig/types.rbs', line 4064

def cloud_watch_output_config
  @cloud_watch_output_config
end

#comment::String

Returns the value of attribute comment.

Returns:

  • (::String)


4055
4056
4057
# File 'sig/types.rbs', line 4055

def comment
  @comment
end

#document_hash::String

Returns the value of attribute document_hash.

Returns:

  • (::String)


4052
4053
4054
# File 'sig/types.rbs', line 4052

def document_hash
  @document_hash
end

#document_hash_type"Sha256", "Sha1"

Returns the value of attribute document_hash_type.

Returns:

  • ("Sha256", "Sha1")


4053
4054
4055
# File 'sig/types.rbs', line 4053

def document_hash_type
  @document_hash_type
end

#document_name::String

Returns the value of attribute document_name.

Returns:

  • (::String)


4050
4051
4052
# File 'sig/types.rbs', line 4050

def document_name
  @document_name
end

#document_version::String

Returns the value of attribute document_version.

Returns:

  • (::String)


4051
4052
4053
# File 'sig/types.rbs', line 4051

def document_version
  @document_version
end

#instance_ids::Array[::String]

Returns the value of attribute instance_ids.

Returns:

  • (::Array[::String])


4048
4049
4050
# File 'sig/types.rbs', line 4048

def instance_ids
  @instance_ids
end

#max_concurrency::String

Returns the value of attribute max_concurrency.

Returns:

  • (::String)


4060
4061
4062
# File 'sig/types.rbs', line 4060

def max_concurrency
  @max_concurrency
end

#max_errors::String

Returns the value of attribute max_errors.

Returns:

  • (::String)


4061
4062
4063
# File 'sig/types.rbs', line 4061

def max_errors
  @max_errors
end

#notification_configTypes::NotificationConfig

Returns the value of attribute notification_config.



4063
4064
4065
# File 'sig/types.rbs', line 4063

def notification_config
  @notification_config
end

#output_s3_bucket_name::String

Returns the value of attribute output_s3_bucket_name.

Returns:

  • (::String)


4058
4059
4060
# File 'sig/types.rbs', line 4058

def output_s3_bucket_name
  @output_s3_bucket_name
end

#output_s3_key_prefix::String

Returns the value of attribute output_s3_key_prefix.

Returns:

  • (::String)


4059
4060
4061
# File 'sig/types.rbs', line 4059

def output_s3_key_prefix
  @output_s3_key_prefix
end

#output_s3_region::String

Returns the value of attribute output_s3_region.

Returns:

  • (::String)


4057
4058
4059
# File 'sig/types.rbs', line 4057

def output_s3_region
  @output_s3_region
end

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

Returns the value of attribute parameters.

Returns:

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


4056
4057
4058
# File 'sig/types.rbs', line 4056

def parameters
  @parameters
end

#service_role_arn::String

Returns the value of attribute service_role_arn.

Returns:

  • (::String)


4062
4063
4064
# File 'sig/types.rbs', line 4062

def service_role_arn
  @service_role_arn
end

#targets::Array[Types::Target]

Returns the value of attribute targets.

Returns:



4049
4050
4051
# File 'sig/types.rbs', line 4049

def targets
  @targets
end

#timeout_seconds::Integer

Returns the value of attribute timeout_seconds.

Returns:

  • (::Integer)


4054
4055
4056
# File 'sig/types.rbs', line 4054

def timeout_seconds
  @timeout_seconds
end