Class: Aws::Types::Sample

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1182
1183
1184
# File 'sig/types.rbs', line 1182

def arn
  @arn
end

#type"CPU", ...

Returns the value of attribute type.

Returns:

  • ("CPU", "MEMORY", "THREADS", "RX_RATE", "TX_RATE", "RX", "TX", "NATIVE_FRAMES", "NATIVE_FPS", "NATIVE_MIN_DRAWTIME", "NATIVE_AVG_DRAWTIME", "NATIVE_MAX_DRAWTIME", "OPENGL_FRAMES", "OPENGL_FPS", "OPENGL_MIN_DRAWTIME", "OPENGL_AVG_DRAWTIME", "OPENGL_MAX_DRAWTIME")


1183
1184
1185
# File 'sig/types.rbs', line 1183

def type
  @type
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


1184
1185
1186
# File 'sig/types.rbs', line 1184

def url
  @url
end