Class: Aws::Types::IntermediateTableActiveVersion

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:parameters])

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_id::String

Returns the value of attribute analysis_id.

Returns:

  • (::String)


1813
1814
1815
# File 'sig/types.rbs', line 1813

def analysis_id
  @analysis_id
end

#analysis_type"QUERY"

Returns the value of attribute analysis_type.

Returns:

  • ("QUERY")


1814
1815
1816
# File 'sig/types.rbs', line 1814

def analysis_type
  @analysis_type
end

#expiration_time::Time

Returns the value of attribute expiration_time.

Returns:

  • (::Time)


1818
1819
1820
# File 'sig/types.rbs', line 1818

def expiration_time
  @expiration_time
end

#inherited_constraintsTypes::IntermediateTableInheritedConstraints

Returns the value of attribute inherited_constraints.



1817
1818
1819
# File 'sig/types.rbs', line 1817

def inherited_constraints
  @inherited_constraints
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


1815
1816
1817
# File 'sig/types.rbs', line 1815

def kms_key_arn
  @kms_key_arn
end

#parameters::Hash[::String, ::String]

Returns the value of attribute parameters.

Returns:

  • (::Hash[::String, ::String])


1816
1817
1818
# File 'sig/types.rbs', line 1816

def parameters
  @parameters
end

#version_id::String

Returns the value of attribute version_id.

Returns:

  • (::String)


1812
1813
1814
# File 'sig/types.rbs', line 1812

def version_id
  @version_id
end