Class: Aws::Types::WorkspaceConfigurationDescription
- Inherits:
-
Object
- Object
- Aws::Types::WorkspaceConfigurationDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#status ⇒ Types::WorkspaceConfigurationStatus
Returns the value of attribute status.
Instance Attribute Details
#limits_per_label_set ⇒ ::Array[Types::LimitsPerLabelSet]
Returns the value of attribute limits_per_label_set.
907 908 909 |
# File 'sig/types.rbs', line 907 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.
909 910 911 |
# File 'sig/types.rbs', line 909 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.
908 909 910 |
# File 'sig/types.rbs', line 908 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.
910 911 912 |
# File 'sig/types.rbs', line 910 def rule_query_offset_in_seconds @rule_query_offset_in_seconds end |
#status ⇒ Types::WorkspaceConfigurationStatus
Returns the value of attribute status.
906 907 908 |
# File 'sig/types.rbs', line 906 def status @status end |