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.
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.
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.
1420 1421 1422 |
# File 'sig/types.rbs', line 1420 def source_id @source_id end |
#timerange ⇒ ::String
Returns the value of attribute timerange.
1421 1422 1423 |
# File 'sig/types.rbs', line 1421 def timerange @timerange end |