Class: Aws::Types::IntermediateTableVersionSummary

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)


1958
1959
1960
# File 'sig/types.rbs', line 1958

def analysis_id
  @analysis_id
end

#analysis_type"QUERY"

Returns the value of attribute analysis_type.

Returns:

  • ("QUERY")


1960
1961
1962
# File 'sig/types.rbs', line 1960

def analysis_type
  @analysis_type
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


1957
1958
1959
# File 'sig/types.rbs', line 1957

def create_time
  @create_time
end

#expiration_time::Time

Returns the value of attribute expiration_time.

Returns:

  • (::Time)


1962
1963
1964
# File 'sig/types.rbs', line 1962

def expiration_time
  @expiration_time
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


1961
1962
1963
# File 'sig/types.rbs', line 1961

def kms_key_arn
  @kms_key_arn
end

#status"POPULATE_STARTED", ...

Returns the value of attribute status.

Returns:

  • ("POPULATE_STARTED", "POPULATE_SUCCESS", "POPULATE_FAILED", "RETENTION_PERIOD_EXPIRED")


1959
1960
1961
# File 'sig/types.rbs', line 1959

def status
  @status
end

#table_id::String

Returns the value of attribute table_id.

Returns:

  • (::String)


1956
1957
1958
# File 'sig/types.rbs', line 1956

def table_id
  @table_id
end

#version_id::String

Returns the value of attribute version_id.

Returns:

  • (::String)


1955
1956
1957
# File 'sig/types.rbs', line 1955

def version_id
  @version_id
end