Class: Aws::Types::MonitoringAppSpecification

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#container_arguments::Array[::String]

Returns the value of attribute container_arguments.

Returns:

  • (::Array[::String])


9304
9305
9306
# File 'sig/types.rbs', line 9304

def container_arguments
  @container_arguments
end

#container_entrypoint::Array[::String]

Returns the value of attribute container_entrypoint.

Returns:

  • (::Array[::String])


9303
9304
9305
# File 'sig/types.rbs', line 9303

def container_entrypoint
  @container_entrypoint
end

#image_uri::String

Returns the value of attribute image_uri.

Returns:

  • (::String)


9302
9303
9304
# File 'sig/types.rbs', line 9302

def image_uri
  @image_uri
end

#post_analytics_processor_source_uri::String

Returns the value of attribute post_analytics_processor_source_uri.

Returns:

  • (::String)


9306
9307
9308
# File 'sig/types.rbs', line 9306

def post_analytics_processor_source_uri
  @post_analytics_processor_source_uri
end

#record_preprocessor_source_uri::String

Returns the value of attribute record_preprocessor_source_uri.

Returns:

  • (::String)


9305
9306
9307
# File 'sig/types.rbs', line 9305

def record_preprocessor_source_uri
  @record_preprocessor_source_uri
end