Class: Aws::Types::UpdateSignalCatalogRequest

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)


1407
1408
1409
# File 'sig/types.rbs', line 1407

def description
  @description
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


1406
1407
1408
# File 'sig/types.rbs', line 1406

def name
  @name
end

#nodes_to_add ⇒ ::Array[Types::Node]

Returns the value of attribute nodes_to_add.

Returns:



1408
1409
1410
# File 'sig/types.rbs', line 1408

def nodes_to_add
  @nodes_to_add
end

#nodes_to_remove ⇒ ::Array[::String]

Returns the value of attribute nodes_to_remove.

Returns:

  • (::Array[::String])


1410
1411
1412
# File 'sig/types.rbs', line 1410

def nodes_to_remove
  @nodes_to_remove
end

#nodes_to_update ⇒ ::Array[Types::Node]

Returns the value of attribute nodes_to_update.

Returns:



1409
1410
1411
# File 'sig/types.rbs', line 1409

def nodes_to_update
  @nodes_to_update
end