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)


1832
1833
1834
# File 'sig/types.rbs', line 1832

def analysis_id
  @analysis_id
end

#analysis_type"QUERY"

Returns the value of attribute analysis_type.

Returns:

  • ("QUERY")


1833
1834
1835
# File 'sig/types.rbs', line 1833

def analysis_type
  @analysis_type
end

#expiration_time::Time

Returns the value of attribute expiration_time.

Returns:

  • (::Time)


1837
1838
1839
# File 'sig/types.rbs', line 1837

def expiration_time
  @expiration_time
end

#inherited_constraintsTypes::IntermediateTableInheritedConstraints

Returns the value of attribute inherited_constraints.



1836
1837
1838
# File 'sig/types.rbs', line 1836

def inherited_constraints
  @inherited_constraints
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


1834
1835
1836
# File 'sig/types.rbs', line 1834

def kms_key_arn
  @kms_key_arn
end

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

Returns the value of attribute parameters.

Returns:

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


1835
1836
1837
# File 'sig/types.rbs', line 1835

def parameters
  @parameters
end

#version_id::String

Returns the value of attribute version_id.

Returns:

  • (::String)


1831
1832
1833
# File 'sig/types.rbs', line 1831

def version_id
  @version_id
end