Class: Aws::Types::SendCommandRequest
- Inherits:
-
Object
- Object
- Aws::Types::SendCommandRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alarm_configuration ⇒ Types::AlarmConfiguration
Returns the value of attribute alarm_configuration.
-
#cloud_watch_output_config ⇒ Types::CloudWatchOutputConfig
Returns the value of attribute cloud_watch_output_config.
-
#comment ⇒ ::String
Returns the value of attribute comment.
-
#document_hash ⇒ ::String
Returns the value of attribute document_hash.
-
#document_hash_type ⇒ "Sha256", "Sha1"
Returns the value of attribute document_hash_type.
-
#document_name ⇒ ::String
Returns the value of attribute document_name.
-
#document_version ⇒ ::String
Returns the value of attribute document_version.
-
#instance_ids ⇒ ::Array[::String]
Returns the value of attribute instance_ids.
-
#max_concurrency ⇒ ::String
Returns the value of attribute max_concurrency.
-
#max_errors ⇒ ::String
Returns the value of attribute max_errors.
-
#notification_config ⇒ Types::NotificationConfig
Returns the value of attribute notification_config.
-
#output_s3_bucket_name ⇒ ::String
Returns the value of attribute output_s3_bucket_name.
-
#output_s3_key_prefix ⇒ ::String
Returns the value of attribute output_s3_key_prefix.
-
#output_s3_region ⇒ ::String
Returns the value of attribute output_s3_region.
-
#parameters ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute parameters.
-
#service_role_arn ⇒ ::String
Returns the value of attribute service_role_arn.
-
#targets ⇒ ::Array[Types::Target]
Returns the value of attribute targets.
-
#timeout_seconds ⇒ ::Integer
Returns the value of attribute timeout_seconds.
Instance Attribute Details
#alarm_configuration ⇒ Types::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_config ⇒ Types::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.
4055 4056 4057 |
# File 'sig/types.rbs', line 4055 def comment @comment end |
#document_hash ⇒ ::String
Returns the value of attribute document_hash.
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.
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.
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.
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.
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.
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.
4061 4062 4063 |
# File 'sig/types.rbs', line 4061 def max_errors @max_errors end |
#notification_config ⇒ Types::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.
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.
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.
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.
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.
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.
4049 4050 4051 |
# File 'sig/types.rbs', line 4049 def targets @targets end |
#timeout_seconds ⇒ ::Integer
Returns the value of attribute timeout_seconds.
4054 4055 4056 |
# File 'sig/types.rbs', line 4054 def timeout_seconds @timeout_seconds end |