Class: Aws::Types::UpdateWorkspaceConfigurationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


872
873
874
# File 'sig/types.rbs', line 872

def workspace_id
  @workspace_id
end