Class: Aws::Types::CreateHubContentPresignedUrlsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_configTypes::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.

Returns:

  • (::String)


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.

Returns:

  • ("Model", "Notebook", "ModelReference", "DataSet", "JsonDoc")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


2268
2269
2270
# File 'sig/types.rbs', line 2268

def next_token
  @next_token
end