Class: Aws::Types::ListHubContentsRequest

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)


7650
7651
7652
# File 'sig/types.rbs', line 7650

def creation_time_after
  @creation_time_after
end

#creation_time_before::Time

Returns the value of attribute creation_time_before.

Returns:

  • (::Time)


7649
7650
7651
# File 'sig/types.rbs', line 7649

def creation_time_before
  @creation_time_before
end

#hub_content_type"Model", ...

Returns the value of attribute hub_content_type.

Returns:

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


7646
7647
7648
# File 'sig/types.rbs', line 7646

def hub_content_type
  @hub_content_type
end

#hub_name::String

Returns the value of attribute hub_name.

Returns:

  • (::String)


7645
7646
7647
# File 'sig/types.rbs', line 7645

def hub_name
  @hub_name
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


7653
7654
7655
# File 'sig/types.rbs', line 7653

def max_results
  @max_results
end

#max_schema_version::String

Returns the value of attribute max_schema_version.

Returns:

  • (::String)


7648
7649
7650
# File 'sig/types.rbs', line 7648

def max_schema_version
  @max_schema_version
end

#name_contains::String

Returns the value of attribute name_contains.

Returns:

  • (::String)


7647
7648
7649
# File 'sig/types.rbs', line 7647

def name_contains
  @name_contains
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


7654
7655
7656
# File 'sig/types.rbs', line 7654

def next_token
  @next_token
end

#sort_by"HubContentName", ...

Returns the value of attribute sort_by.

Returns:

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


7651
7652
7653
# File 'sig/types.rbs', line 7651

def sort_by
  @sort_by
end

#sort_order"Ascending", "Descending"

Returns the value of attribute sort_order.

Returns:

  • ("Ascending", "Descending")


7652
7653
7654
# File 'sig/types.rbs', line 7652

def sort_order
  @sort_order
end