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)


1397
1398
1399
# File 'sig/types.rbs', line 1397

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")


1398
1399
1400
# File 'sig/types.rbs', line 1398

def gap_handling
  @gap_handling
end

#source_id::String

Returns the value of attribute source_id.

Returns:

  • (::String)


1399
1400
1401
# File 'sig/types.rbs', line 1399

def source_id
  @source_id
end

#timerange::String

Returns the value of attribute timerange.

Returns:

  • (::String)


1400
1401
1402
# File 'sig/types.rbs', line 1400

def timerange
  @timerange
end