Class: Aws::Types::CreatePortalProductRequestContent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


444
445
446
# File 'sig/types.rbs', line 444

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


445
446
447
# File 'sig/types.rbs', line 445

def display_name
  @display_name
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


446
447
448
# File 'sig/types.rbs', line 446

def tags
  @tags
end