Class: Aws::Types::CreatePortalProductRequestContent
- Inherits:
-
Object
- Object
- Aws::Types::CreatePortalProductRequestContent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
444 445 446 |
# File 'sig/types.rbs', line 444 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
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.
446 447 448 |
# File 'sig/types.rbs', line 446 def @tags end |