Class: Aws::Types::CreatePortalProductRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreatePortalProductRequest
- 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.
437 438 439 |
# File 'sig/types.rbs', line 437 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
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.
439 440 441 |
# File 'sig/types.rbs', line 439 def end |