Class: Aws::Types::WorkspaceConfigurationDescription

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#limits_per_label_set::Array[Types::LimitsPerLabelSet]

Returns the value of attribute limits_per_label_set.

Returns:



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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


910
911
912
# File 'sig/types.rbs', line 910

def rule_query_offset_in_seconds
  @rule_query_offset_in_seconds
end

#statusTypes::WorkspaceConfigurationStatus

Returns the value of attribute status.



906
907
908
# File 'sig/types.rbs', line 906

def status
  @status
end