Class: Aws::Types::CreateHubContentReferenceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#hub_content_name::String

Returns the value of attribute hub_content_name.

Returns:

  • (::String)


2266
2267
2268
# File 'sig/types.rbs', line 2266

def hub_content_name
  @hub_content_name
end

#hub_name::String

Returns the value of attribute hub_name.

Returns:

  • (::String)


2264
2265
2266
# File 'sig/types.rbs', line 2264

def hub_name
  @hub_name
end

#min_version::String

Returns the value of attribute min_version.

Returns:

  • (::String)


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

def min_version
  @min_version
end

#sage_maker_public_hub_content_arn::String

Returns the value of attribute sage_maker_public_hub_content_arn.

Returns:

  • (::String)


2265
2266
2267
# File 'sig/types.rbs', line 2265

def sage_maker_public_hub_content_arn
  @sage_maker_public_hub_content_arn
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



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

def tags
  @tags
end