Class: Aws::Types::IntermediateTable

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


1806
1807
1808
# File 'sig/types.rbs', line 1806

def analysis_rule_types
  @analysis_rule_types
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1789
1790
1791
# File 'sig/types.rbs', line 1789

def arn
  @arn
end

#child_resources::Array[Types::ChildResource]

Returns the value of attribute child_resources.

Returns:



1796
1797
1798
# File 'sig/types.rbs', line 1796

def child_resources
  @child_resources
end

#collaboration_arn::String

Returns the value of attribute collaboration_arn.

Returns:

  • (::String)


1794
1795
1796
# File 'sig/types.rbs', line 1794

def collaboration_arn
  @collaboration_arn
end

#collaboration_id::String

Returns the value of attribute collaboration_id.

Returns:

  • (::String)


1795
1796
1797
# File 'sig/types.rbs', line 1795

def collaboration_id
  @collaboration_id
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


1797
1798
1799
# File 'sig/types.rbs', line 1797

def create_time
  @create_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1791
1792
1793
# File 'sig/types.rbs', line 1791

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1788
1789
1790
# File 'sig/types.rbs', line 1788

def id
  @id
end

#intermediate_table_versionTypes::IntermediateTableActiveVersion

Returns the value of attribute intermediate_table_version.



1805
1806
1807
# File 'sig/types.rbs', line 1805

def intermediate_table_version
  @intermediate_table_version
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


1801
1802
1803
# File 'sig/types.rbs', line 1801

def kms_key_arn
  @kms_key_arn
end

#membership_arn::String

Returns the value of attribute membership_arn.

Returns:

  • (::String)


1792
1793
1794
# File 'sig/types.rbs', line 1792

def membership_arn
  @membership_arn
end

#membership_id::String

Returns the value of attribute membership_id.

Returns:

  • (::String)


1793
1794
1795
# File 'sig/types.rbs', line 1793

def membership_id
  @membership_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1790
1791
1792
# File 'sig/types.rbs', line 1790

def name
  @name
end

#population_analysis_configurationTypes::PopulationAnalysisConfiguration

Returns the value of attribute population_analysis_configuration.



1802
1803
1804
# File 'sig/types.rbs', line 1802

def population_analysis_configuration
  @population_analysis_configuration
end

#retention_in_days::Integer

Returns the value of attribute retention_in_days.

Returns:

  • (::Integer)


1803
1804
1805
# File 'sig/types.rbs', line 1803

def retention_in_days
  @retention_in_days
end

#schemaTypes::IntermediateTableSchema

Returns the value of attribute schema.



1807
1808
1809
# File 'sig/types.rbs', line 1807

def schema
  @schema
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")


1799
1800
1801
# File 'sig/types.rbs', line 1799

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


1800
1801
1802
# File 'sig/types.rbs', line 1800

def status_reason
  @status_reason
end

#table_dependencies::Array[Types::IntermediateTableDependency]

Returns the value of attribute table_dependencies.



1804
1805
1806
# File 'sig/types.rbs', line 1804

def table_dependencies
  @table_dependencies
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


1798
1799
1800
# File 'sig/types.rbs', line 1798

def update_time
  @update_time
end