Class: Aws::Types::IntermediateTableSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_rule_types::Array[("CUSTOM")]

Returns the value of attribute analysis_rule_types.

Returns:

  • (::Array[("CUSTOM")])


1950
1951
1952
# File 'sig/types.rbs', line 1950

def analysis_rule_types
  @analysis_rule_types
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


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

def arn
  @arn
end

#collaboration_arn::String

Returns the value of attribute collaboration_arn.

Returns:

  • (::String)


1944
1945
1946
# File 'sig/types.rbs', line 1944

def collaboration_arn
  @collaboration_arn
end

#collaboration_id::String

Returns the value of attribute collaboration_id.

Returns:

  • (::String)


1945
1946
1947
# File 'sig/types.rbs', line 1945

def collaboration_id
  @collaboration_id
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


1946
1947
1948
# File 'sig/types.rbs', line 1946

def create_time
  @create_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


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

def id
  @id
end

#membership_arn::String

Returns the value of attribute membership_arn.

Returns:

  • (::String)


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

def membership_arn
  @membership_arn
end

#membership_id::String

Returns the value of attribute membership_id.

Returns:

  • (::String)


1943
1944
1945
# File 'sig/types.rbs', line 1943

def membership_id
  @membership_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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

def name
  @name
end

#retention_in_days::Integer

Returns the value of attribute retention_in_days.

Returns:

  • (::Integer)


1949
1950
1951
# File 'sig/types.rbs', line 1949

def retention_in_days
  @retention_in_days
end

#status"CREATED", ...

Returns the value of attribute status.

Returns:

  • ("CREATED", "POPULATE_STARTED", "POPULATE_SUCCESS", "POPULATE_FAILED", "DISALLOWED_BY_DATA_PROVIDER", "BASE_TABLE_REMOVED", "RETENTION_PERIOD_EXPIRED")


1948
1949
1950
# File 'sig/types.rbs', line 1948

def status
  @status
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


1947
1948
1949
# File 'sig/types.rbs', line 1947

def update_time
  @update_time
end