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


1929
1930
1931
# File 'sig/types.rbs', line 1929

def analysis_rule_types
  @analysis_rule_types
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1918
1919
1920
# File 'sig/types.rbs', line 1918

def arn
  @arn
end

#collaboration_arn::String

Returns the value of attribute collaboration_arn.

Returns:

  • (::String)


1923
1924
1925
# File 'sig/types.rbs', line 1923

def collaboration_arn
  @collaboration_arn
end

#collaboration_id::String

Returns the value of attribute collaboration_id.

Returns:

  • (::String)


1924
1925
1926
# File 'sig/types.rbs', line 1924

def collaboration_id
  @collaboration_id
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


1925
1926
1927
# File 'sig/types.rbs', line 1925

def create_time
  @create_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1920
1921
1922
# File 'sig/types.rbs', line 1920

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1917
1918
1919
# File 'sig/types.rbs', line 1917

def id
  @id
end

#membership_arn::String

Returns the value of attribute membership_arn.

Returns:

  • (::String)


1921
1922
1923
# File 'sig/types.rbs', line 1921

def membership_arn
  @membership_arn
end

#membership_id::String

Returns the value of attribute membership_id.

Returns:

  • (::String)


1922
1923
1924
# File 'sig/types.rbs', line 1922

def membership_id
  @membership_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1919
1920
1921
# File 'sig/types.rbs', line 1919

def name
  @name
end

#retention_in_days::Integer

Returns the value of attribute retention_in_days.

Returns:

  • (::Integer)


1928
1929
1930
# File 'sig/types.rbs', line 1928

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


1927
1928
1929
# File 'sig/types.rbs', line 1927

def status
  @status
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


1926
1927
1928
# File 'sig/types.rbs', line 1926

def update_time
  @update_time
end