Class: Aws::Types::UpdateWorkspaceConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateWorkspaceConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#limits_per_label_set ⇒ ::Array[Types::LimitsPerLabelSet]
Returns the value of attribute limits_per_label_set.
-
#out_of_order_time_window_in_seconds ⇒ ::Integer
Returns the value of attribute out_of_order_time_window_in_seconds.
-
#retention_period_in_days ⇒ ::Integer
Returns the value of attribute retention_period_in_days.
-
#rule_query_offset_in_seconds ⇒ ::Integer
Returns the value of attribute rule_query_offset_in_seconds.
-
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
873 874 875 |
# File 'sig/types.rbs', line 873 def client_token @client_token end |
#limits_per_label_set ⇒ ::Array[Types::LimitsPerLabelSet]
Returns the value of attribute limits_per_label_set.
874 875 876 |
# File 'sig/types.rbs', line 874 def limits_per_label_set @limits_per_label_set end |
#out_of_order_time_window_in_seconds ⇒ ::Integer
Returns the value of attribute out_of_order_time_window_in_seconds.
876 877 878 |
# File 'sig/types.rbs', line 876 def out_of_order_time_window_in_seconds @out_of_order_time_window_in_seconds end |
#retention_period_in_days ⇒ ::Integer
Returns the value of attribute retention_period_in_days.
875 876 877 |
# File 'sig/types.rbs', line 875 def retention_period_in_days @retention_period_in_days end |
#rule_query_offset_in_seconds ⇒ ::Integer
Returns the value of attribute rule_query_offset_in_seconds.
877 878 879 |
# File 'sig/types.rbs', line 877 def rule_query_offset_in_seconds @rule_query_offset_in_seconds end |
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
872 873 874 |
# File 'sig/types.rbs', line 872 def workspace_id @workspace_id end |