Class: Aws::Types::ListHubContentVersionsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time_after::Time

Returns the value of attribute creation_time_after.

Returns:

  • (::Time)


7677
7678
7679
# File 'sig/types.rbs', line 7677

def creation_time_after
  @creation_time_after
end

#creation_time_before::Time

Returns the value of attribute creation_time_before.

Returns:

  • (::Time)


7676
7677
7678
# File 'sig/types.rbs', line 7676

def creation_time_before
  @creation_time_before
end

#hub_content_name::String

Returns the value of attribute hub_content_name.

Returns:

  • (::String)


7673
7674
7675
# File 'sig/types.rbs', line 7673

def hub_content_name
  @hub_content_name
end

#hub_content_type"Model", ...

Returns the value of attribute hub_content_type.

Returns:

  • ("Model", "Notebook", "ModelReference", "DataSet", "JsonDoc")


7672
7673
7674
# File 'sig/types.rbs', line 7672

def hub_content_type
  @hub_content_type
end

#hub_name::String

Returns the value of attribute hub_name.

Returns:

  • (::String)


7671
7672
7673
# File 'sig/types.rbs', line 7671

def hub_name
  @hub_name
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


7680
7681
7682
# File 'sig/types.rbs', line 7680

def max_results
  @max_results
end

#max_schema_version::String

Returns the value of attribute max_schema_version.

Returns:

  • (::String)


7675
7676
7677
# File 'sig/types.rbs', line 7675

def max_schema_version
  @max_schema_version
end

#min_version::String

Returns the value of attribute min_version.

Returns:

  • (::String)


7674
7675
7676
# File 'sig/types.rbs', line 7674

def min_version
  @min_version
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


7681
7682
7683
# File 'sig/types.rbs', line 7681

def next_token
  @next_token
end

#sort_by"HubContentName", ...

Returns the value of attribute sort_by.

Returns:

  • ("HubContentName", "CreationTime", "HubContentStatus")


7678
7679
7680
# File 'sig/types.rbs', line 7678

def sort_by
  @sort_by
end

#sort_order"Ascending", "Descending"

Returns the value of attribute sort_order.

Returns:

  • ("Ascending", "Descending")


7679
7680
7681
# File 'sig/types.rbs', line 7679

def sort_order
  @sort_order
end