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:



5587
5588
5589
# File 'sig/types.rbs', line 5587

def actions
  @actions
end

#data_set_identifier::String

Returns the value of attribute data_set_identifier.

Returns:

  • (::String)


5585
5586
5587
# File 'sig/types.rbs', line 5585

def data_set_identifier
  @data_set_identifier
end

#topic_identifier::String

Returns the value of attribute topic_identifier.

Returns:

  • (::String)


5586
5587
5588
# File 'sig/types.rbs', line 5586

def topic_identifier
  @topic_identifier
end

#visual_id::String

Returns the value of attribute visual_id.

Returns:

  • (::String)


5584
5585
5586
# File 'sig/types.rbs', line 5584

def visual_id
  @visual_id
end