Class: Aws::Types::AssetBundleImportJobTopicV2OverrideParameters
- Inherits:
-
Object
- Object
- Aws::Types::AssetBundleImportJobTopicV2OverrideParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
723 724 725 |
# File 'sig/types.rbs', line 723 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
722 723 724 |
# File 'sig/types.rbs', line 722 def name @name end |
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
721 722 723 |
# File 'sig/types.rbs', line 721 def topic_id @topic_id end |