Class: Aws::Types::CreateHubContentPresignedUrlsRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateHubContentPresignedUrlsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_config ⇒ Types::PresignedUrlAccessConfig
Returns the value of attribute access_config.
-
#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_content_version ⇒ ::String
Returns the value of attribute hub_content_version.
-
#hub_name ⇒ ::String
Returns the value of attribute hub_name.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#access_config ⇒ Types::PresignedUrlAccessConfig
Returns the value of attribute access_config.
2266 2267 2268 |
# File 'sig/types.rbs', line 2266 def access_config @access_config end |
#hub_content_name ⇒ ::String
Returns the value of attribute hub_content_name.
2264 2265 2266 |
# File 'sig/types.rbs', line 2264 def hub_content_name @hub_content_name end |
#hub_content_type ⇒ "Model", ...
Returns the value of attribute hub_content_type.
2263 2264 2265 |
# File 'sig/types.rbs', line 2263 def hub_content_type @hub_content_type end |
#hub_content_version ⇒ ::String
Returns the value of attribute hub_content_version.
2265 2266 2267 |
# File 'sig/types.rbs', line 2265 def hub_content_version @hub_content_version end |
#hub_name ⇒ ::String
Returns the value of attribute hub_name.
2262 2263 2264 |
# File 'sig/types.rbs', line 2262 def hub_name @hub_name end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
2267 2268 2269 |
# File 'sig/types.rbs', line 2267 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2268 2269 2270 |
# File 'sig/types.rbs', line 2268 def next_token @next_token end |