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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
7679 7680 7681 |
# File 'sig/types.rbs', line 7679 def sort_order @sort_order end |