Class: Aws::Types::DatapointInclusionAnnotation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#inclusion_annotation"INCLUDE", "EXCLUDE"

Returns the value of attribute inclusion_annotation.

Returns:

  • ("INCLUDE", "EXCLUDE")


2226
2227
2228
# File 'sig/types.rbs', line 2226

def inclusion_annotation
  @inclusion_annotation
end

#profile_id::String

Returns the value of attribute profile_id.

Returns:

  • (::String)


2224
2225
2226
# File 'sig/types.rbs', line 2224

def profile_id
  @profile_id
end

#statistic_id::String

Returns the value of attribute statistic_id.

Returns:

  • (::String)


2225
2226
2227
# File 'sig/types.rbs', line 2225

def statistic_id
  @statistic_id
end