Class: Aws::Types::InputTamsSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auth_connection_arn::String

Returns the value of attribute auth_connection_arn.

Returns:

  • (::String)


1418
1419
1420
# File 'sig/types.rbs', line 1418

def auth_connection_arn
  @auth_connection_arn
end

#gap_handling"SKIP_GAPS", ...

Returns the value of attribute gap_handling.

Returns:

  • ("SKIP_GAPS", "FILL_WITH_BLACK", "HOLD_LAST_FRAME")


1419
1420
1421
# File 'sig/types.rbs', line 1419

def gap_handling
  @gap_handling
end

#source_id::String

Returns the value of attribute source_id.

Returns:

  • (::String)


1420
1421
1422
# File 'sig/types.rbs', line 1420

def source_id
  @source_id
end

#timerange::String

Returns the value of attribute timerange.

Returns:

  • (::String)


1421
1422
1423
# File 'sig/types.rbs', line 1421

def timerange
  @timerange
end