Class: Aws::Types::ListHubContentsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListHubContentsRequest
- 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_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.
-
#name_contains ⇒ ::String
Returns the value of attribute name_contains.
-
#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.
7635 7636 7637 |
# File 'sig/types.rbs', line 7635 def creation_time_after @creation_time_after end |
#creation_time_before ⇒ ::Time
Returns the value of attribute creation_time_before.
7634 7635 7636 |
# File 'sig/types.rbs', line 7634 def creation_time_before @creation_time_before end |
#hub_content_type ⇒ "Model", ...
Returns the value of attribute hub_content_type.
7631 7632 7633 |
# File 'sig/types.rbs', line 7631 def hub_content_type @hub_content_type end |
#hub_name ⇒ ::String
Returns the value of attribute hub_name.
7630 7631 7632 |
# File 'sig/types.rbs', line 7630 def hub_name @hub_name end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
7638 7639 7640 |
# File 'sig/types.rbs', line 7638 def max_results @max_results end |
#max_schema_version ⇒ ::String
Returns the value of attribute max_schema_version.
7633 7634 7635 |
# File 'sig/types.rbs', line 7633 def max_schema_version @max_schema_version end |
#name_contains ⇒ ::String
Returns the value of attribute name_contains.
7632 7633 7634 |
# File 'sig/types.rbs', line 7632 def name_contains @name_contains end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7639 7640 7641 |
# File 'sig/types.rbs', line 7639 def next_token @next_token end |
#sort_by ⇒ "HubContentName", ...
Returns the value of attribute sort_by.
7636 7637 7638 |
# File 'sig/types.rbs', line 7636 def sort_by @sort_by end |
#sort_order ⇒ "Ascending", "Descending"
Returns the value of attribute sort_order.
7637 7638 7639 |
# File 'sig/types.rbs', line 7637 def sort_order @sort_order end |