Class: Aws::Types::ImportSignalCatalogRequest

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)


709
710
711
# File 'sig/types.rbs', line 709

def description
  @description
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


708
709
710
# File 'sig/types.rbs', line 708

def name
  @name
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



711
712
713
# File 'sig/types.rbs', line 711

def tags
  @tags
end

#vss ⇒ Types::FormattedVss

Returns the value of attribute vss.

Returns:



710
711
712
# File 'sig/types.rbs', line 710

def vss
  @vss
end