Class: Aws::Types::CreatePortalProductRequest

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)


437
438
439
# File 'sig/types.rbs', line 437

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


438
439
440
# File 'sig/types.rbs', line 438

def display_name
  @display_name
end

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

Returns the value of attribute tags.

Returns:

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


439
440
441
# File 'sig/types.rbs', line 439

def tags
  @tags
end