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.



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.

Returns:

  • (::String)


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.

Returns:

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


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


2253
2254
2255
# File 'sig/types.rbs', line 2253

def next_token
  @next_token
end