Class: Aws::Types::ImportSignalCatalogRequest
- Inherits:
-
Object
- Object
- Aws::Types::ImportSignalCatalogRequest
- 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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#vss ⇒ Types::FormattedVss
Returns the value of attribute vss.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
709 710 711 |
# File 'sig/types.rbs', line 709 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
708 709 710 |
# File 'sig/types.rbs', line 708 def name @name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
711 712 713 |
# File 'sig/types.rbs', line 711 def @tags end |
#vss ⇒ Types::FormattedVss
Returns the value of attribute vss.
710 711 712 |
# File 'sig/types.rbs', line 710 def vss @vss end |