Class: Aws::Types::InputTamsSettings
- Inherits:
-
Object
- Object
- Aws::Types::InputTamsSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auth_connection_arn ⇒ ::String
Returns the value of attribute auth_connection_arn.
-
#gap_handling ⇒ "SKIP_GAPS", ...
Returns the value of attribute gap_handling.
-
#source_id ⇒ ::String
Returns the value of attribute source_id.
-
#timerange ⇒ ::String
Returns the value of attribute timerange.
Instance Attribute Details
#auth_connection_arn ⇒ ::String
Returns the value of attribute auth_connection_arn.
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.
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.
1399 1400 1401 |
# File 'sig/types.rbs', line 1399 def source_id @source_id end |
#timerange ⇒ ::String
Returns the value of attribute timerange.
1400 1401 1402 |
# File 'sig/types.rbs', line 1400 def timerange @timerange end |