Class: Aws::Types::ListHubContentVersionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListHubContentVersionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time_after ⇒ ::Time
Returns the value of attribute creation_time_after.
-
#creation_time_before ⇒ ::Time
Returns the value of attribute creation_time_before.
-
#hub_content_name ⇒ ::String
Returns the value of attribute hub_content_name.
-
#hub_content_type ⇒ "Model", ...
Returns the value of attribute hub_content_type.
-
#hub_name ⇒ ::String
Returns the value of attribute hub_name.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#max_schema_version ⇒ ::String
Returns the value of attribute max_schema_version.
-
#min_version ⇒ ::String
Returns the value of attribute min_version.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#sort_by ⇒ "HubContentName", ...
Returns the value of attribute sort_by.
-
#sort_order ⇒ "Ascending", "Descending"
Returns the value of attribute sort_order.
Instance Attribute Details
#creation_time_after ⇒ ::Time
Returns the value of attribute creation_time_after.
7615 7616 7617 |
# File 'sig/types.rbs', line 7615 def creation_time_after @creation_time_after end |
#creation_time_before ⇒ ::Time
Returns the value of attribute creation_time_before.
7614 7615 7616 |
# File 'sig/types.rbs', line 7614 def creation_time_before @creation_time_before end |
#hub_content_name ⇒ ::String
Returns the value of attribute hub_content_name.
7611 7612 7613 |
# File 'sig/types.rbs', line 7611 def hub_content_name @hub_content_name end |
#hub_content_type ⇒ "Model", ...
Returns the value of attribute hub_content_type.
7610 7611 7612 |
# File 'sig/types.rbs', line 7610 def hub_content_type @hub_content_type end |
#hub_name ⇒ ::String
Returns the value of attribute hub_name.
7609 7610 7611 |
# File 'sig/types.rbs', line 7609 def hub_name @hub_name end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
7618 7619 7620 |
# File 'sig/types.rbs', line 7618 def max_results @max_results end |
#max_schema_version ⇒ ::String
Returns the value of attribute max_schema_version.
7613 7614 7615 |
# File 'sig/types.rbs', line 7613 def max_schema_version @max_schema_version end |
#min_version ⇒ ::String
Returns the value of attribute min_version.
7612 7613 7614 |
# File 'sig/types.rbs', line 7612 def min_version @min_version end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7619 7620 7621 |
# File 'sig/types.rbs', line 7619 def next_token @next_token end |
#sort_by ⇒ "HubContentName", ...
Returns the value of attribute sort_by.
7616 7617 7618 |
# File 'sig/types.rbs', line 7616 def sort_by @sort_by end |
#sort_order ⇒ "Ascending", "Descending"
Returns the value of attribute sort_order.
7617 7618 7619 |
# File 'sig/types.rbs', line 7617 def sort_order @sort_order end |