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)


7630
7631
7632
# File 'sig/types.rbs', line 7630

def creation_time_after
  @creation_time_after
end

#creation_time_before::Time

Returns the value of attribute creation_time_before.

Returns:

  • (::Time)


7629
7630
7631
# File 'sig/types.rbs', line 7629

def creation_time_before
  @creation_time_before
end

#hub_content_name::String

Returns the value of attribute hub_content_name.

Returns:

  • (::String)


7626
7627
7628
# File 'sig/types.rbs', line 7626

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")


7625
7626
7627
# File 'sig/types.rbs', line 7625

def hub_content_type
  @hub_content_type
end

#hub_name::String

Returns the value of attribute hub_name.

Returns:

  • (::String)


7624
7625
7626
# File 'sig/types.rbs', line 7624

def hub_name
  @hub_name
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


7633
7634
7635
# File 'sig/types.rbs', line 7633

def max_results
  @max_results
end

#max_schema_version::String

Returns the value of attribute max_schema_version.

Returns:

  • (::String)


7628
7629
7630
# File 'sig/types.rbs', line 7628

def max_schema_version
  @max_schema_version
end

#min_version::String

Returns the value of attribute min_version.

Returns:

  • (::String)


7627
7628
7629
# File 'sig/types.rbs', line 7627

def min_version
  @min_version
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


7634
7635
7636
# File 'sig/types.rbs', line 7634

def next_token
  @next_token
end

#sort_by"HubContentName", ...

Returns the value of attribute sort_by.

Returns:

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


7631
7632
7633
# File 'sig/types.rbs', line 7631

def sort_by
  @sort_by
end

#sort_order"Ascending", "Descending"

Returns the value of attribute sort_order.

Returns:

  • ("Ascending", "Descending")


7632
7633
7634
# File 'sig/types.rbs', line 7632

def sort_order
  @sort_order
end