Class: Aws::Types::PopulateIntermediateTableOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_id::String

Returns the value of attribute analysis_id.

Returns:

  • (::String)


2503
2504
2505
# File 'sig/types.rbs', line 2503

def analysis_id
  @analysis_id
end

#analysis_type"QUERY"

Returns the value of attribute analysis_type.

Returns:

  • ("QUERY")


2504
2505
2506
# File 'sig/types.rbs', line 2504

def analysis_type
  @analysis_type
end

#version_id::String

Returns the value of attribute version_id.

Returns:

  • (::String)


2505
2506
2507
# File 'sig/types.rbs', line 2505

def version_id
  @version_id
end