Class: Aws::Types::MaintenanceWindowRunCommandParameters

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:parameters])

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_output_configTypes::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.

Returns:

  • (::String)


3073
3074
3075
# File 'sig/types.rbs', line 3073

def comment
  @comment
end

#document_hash::String

Returns the value of attribute document_hash.

Returns:

  • (::String)


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.

Returns:

  • ("Sha256", "Sha1")


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.

Returns:

  • (::String)


3077
3078
3079
# File 'sig/types.rbs', line 3077

def document_version
  @document_version
end

#notification_configTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

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


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


3083
3084
3085
# File 'sig/types.rbs', line 3083

def timeout_seconds
  @timeout_seconds
end