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.
2251 2252 2253 |
# File 'sig/types.rbs', line 2251 def access_config @access_config end |
#hub_content_name ⇒ ::String
Returns the value of attribute hub_content_name.
2249 2250 2251 |
# File 'sig/types.rbs', line 2249 def hub_content_name @hub_content_name end |
#hub_content_type ⇒ "Model", ...
Returns the value of attribute hub_content_type.
2248 2249 2250 |
# File 'sig/types.rbs', line 2248 def hub_content_type @hub_content_type end |
#hub_content_version ⇒ ::String
Returns the value of attribute hub_content_version.
2250 2251 2252 |
# File 'sig/types.rbs', line 2250 def hub_content_version @hub_content_version end |
#hub_name ⇒ ::String
Returns the value of attribute hub_name.
2247 2248 2249 |
# File 'sig/types.rbs', line 2247 def hub_name @hub_name end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
2252 2253 2254 |
# File 'sig/types.rbs', line 2252 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2253 2254 2255 |
# File 'sig/types.rbs', line 2253 def next_token @next_token end |