Class: Aws::Types::ConnectorSsmCommandConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_log_group_name ⇒ ::String

Returns the value of attribute cloud_watch_log_group_name.

Returns:

  • (::String)


130
131
132
# File 'sig/types.rbs', line 130

def cloud_watch_log_group_name
  @cloud_watch_log_group_name
end

#cloud_watch_output_enabled ⇒ Boolean

Returns the value of attribute cloud_watch_output_enabled.

Returns:

  • (Boolean)


129
130
131
# File 'sig/types.rbs', line 129

def cloud_watch_output_enabled
  @cloud_watch_output_enabled
end

#output_s3_bucket_name ⇒ ::String

Returns the value of attribute output_s3_bucket_name.

Returns:

  • (::String)


128
129
130
# File 'sig/types.rbs', line 128

def output_s3_bucket_name
  @output_s3_bucket_name
end

#s3_output_enabled ⇒ Boolean

Returns the value of attribute s3_output_enabled.

Returns:

  • (Boolean)


127
128
129
# File 'sig/types.rbs', line 127

def s3_output_enabled
  @s3_output_enabled
end