Class: Aws::Types::MaintenanceWindowRunCommandParameters
- Inherits:
-
Object
- Object
- Aws::Types::MaintenanceWindowRunCommandParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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_version ⇒ ::String
Returns the value of attribute document_version.
-
#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.
-
#parameters ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute parameters.
-
#service_role_arn ⇒ ::String
Returns the value of attribute service_role_arn.
-
#timeout_seconds ⇒ ::Integer
Returns the value of attribute timeout_seconds.
Instance Attribute Details
#cloud_watch_output_config ⇒ Types::CloudWatchOutputConfig
Returns the value of attribute cloud_watch_output_config.
3074 3075 3076 |
# File 'sig/types.rbs', line 3074 def cloud_watch_output_config @cloud_watch_output_config end |
#comment ⇒ ::String
Returns the value of attribute comment.
3073 3074 3075 |
# File 'sig/types.rbs', line 3073 def comment @comment end |
#document_hash ⇒ ::String
Returns the value of attribute document_hash.
3075 3076 3077 |
# File 'sig/types.rbs', line 3075 def document_hash @document_hash end |
#document_hash_type ⇒ "Sha256", "Sha1"
Returns the value of attribute document_hash_type.
3076 3077 3078 |
# File 'sig/types.rbs', line 3076 def document_hash_type @document_hash_type end |
#document_version ⇒ ::String
Returns the value of attribute document_version.
3077 3078 3079 |
# File 'sig/types.rbs', line 3077 def document_version @document_version end |
#notification_config ⇒ Types::NotificationConfig
Returns the value of attribute notification_config.
3078 3079 3080 |
# File 'sig/types.rbs', line 3078 def notification_config @notification_config end |
#output_s3_bucket_name ⇒ ::String
Returns the value of attribute output_s3_bucket_name.
3079 3080 3081 |
# File 'sig/types.rbs', line 3079 def output_s3_bucket_name @output_s3_bucket_name end |
#output_s3_key_prefix ⇒ ::String
Returns the value of attribute output_s3_key_prefix.
3080 3081 3082 |
# File 'sig/types.rbs', line 3080 def output_s3_key_prefix @output_s3_key_prefix end |
#parameters ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute parameters.
3081 3082 3083 |
# File 'sig/types.rbs', line 3081 def parameters @parameters end |
#service_role_arn ⇒ ::String
Returns the value of attribute service_role_arn.
3082 3083 3084 |
# File 'sig/types.rbs', line 3082 def service_role_arn @service_role_arn end |
#timeout_seconds ⇒ ::Integer
Returns the value of attribute timeout_seconds.
3083 3084 3085 |
# File 'sig/types.rbs', line 3083 def timeout_seconds @timeout_seconds end |