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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
7632 7633 7634 |
# File 'sig/types.rbs', line 7632 def sort_order @sort_order end |