Class: Aws::Types::EmptyVisual

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actions::Array[Types::VisualCustomAction]

Returns the value of attribute actions.

Returns:



5321
5322
5323
# File 'sig/types.rbs', line 5321

def actions
  @actions
end

#data_set_identifier::String

Returns the value of attribute data_set_identifier.

Returns:

  • (::String)


5319
5320
5321
# File 'sig/types.rbs', line 5319

def data_set_identifier
  @data_set_identifier
end

#topic_identifier::String

Returns the value of attribute topic_identifier.

Returns:

  • (::String)


5320
5321
5322
# File 'sig/types.rbs', line 5320

def topic_identifier
  @topic_identifier
end

#visual_id::String

Returns the value of attribute visual_id.

Returns:

  • (::String)


5318
5319
5320
# File 'sig/types.rbs', line 5318

def visual_id
  @visual_id
end