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:



2281
2282
2283
# File 'sig/types.rbs', line 2281

def hub_content_name
  @hub_content_name
end

#hub_name::String

Returns the value of attribute hub_name.

Returns:



2279
2280
2281
# File 'sig/types.rbs', line 2279

def hub_name
  @hub_name
end

#min_version::String

Returns the value of attribute min_version.

Returns:



2282
2283
2284
# File 'sig/types.rbs', line 2282

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:



2280
2281
2282
# File 'sig/types.rbs', line 2280

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:



2283
2284
2285
# File 'sig/types.rbs', line 2283

def tags
  @tags
end