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)


2476
2477
2478
# File 'sig/types.rbs', line 2476

def analysis_id
  @analysis_id
end

#analysis_type"QUERY"

Returns the value of attribute analysis_type.

Returns:

  • ("QUERY")


2477
2478
2479
# File 'sig/types.rbs', line 2477

def analysis_type
  @analysis_type
end

#version_id::String

Returns the value of attribute version_id.

Returns:

  • (::String)


2478
2479
2480
# File 'sig/types.rbs', line 2478

def version_id
  @version_id
end