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)


1937
1938
1939
# File 'sig/types.rbs', line 1937

def analysis_id
  @analysis_id
end

#analysis_type"QUERY"

Returns the value of attribute analysis_type.

Returns:

  • ("QUERY")


1939
1940
1941
# File 'sig/types.rbs', line 1939

def analysis_type
  @analysis_type
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


1936
1937
1938
# File 'sig/types.rbs', line 1936

def create_time
  @create_time
end

#expiration_time::Time

Returns the value of attribute expiration_time.

Returns:

  • (::Time)


1941
1942
1943
# File 'sig/types.rbs', line 1941

def expiration_time
  @expiration_time
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


1940
1941
1942
# File 'sig/types.rbs', line 1940

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")


1938
1939
1940
# File 'sig/types.rbs', line 1938

def status
  @status
end

#table_id::String

Returns the value of attribute table_id.

Returns:

  • (::String)


1935
1936
1937
# File 'sig/types.rbs', line 1935

def table_id
  @table_id
end

#version_id::String

Returns the value of attribute version_id.

Returns:

  • (::String)


1934
1935
1936
# File 'sig/types.rbs', line 1934

def version_id
  @version_id
end