Class: Aws::Types::GetGraphSummaryInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#graph_identifier::String

Returns the value of attribute graph_identifier.

Returns:

  • (::String)


337
338
339
# File 'sig/types.rbs', line 337

def graph_identifier
  @graph_identifier
end

#mode"BASIC", "DETAILED"

Returns the value of attribute mode.

Returns:

  • ("BASIC", "DETAILED")


338
339
340
# File 'sig/types.rbs', line 338

def mode
  @mode
end