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


1825
1826
1827
# File 'sig/types.rbs', line 1825

def analysis_rule_types
  @analysis_rule_types
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


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

def arn
  @arn
end

#child_resources::Array[Types::ChildResource]

Returns the value of attribute child_resources.

Returns:



1815
1816
1817
# File 'sig/types.rbs', line 1815

def child_resources
  @child_resources
end

#collaboration_arn::String

Returns the value of attribute collaboration_arn.

Returns:

  • (::String)


1813
1814
1815
# File 'sig/types.rbs', line 1813

def collaboration_arn
  @collaboration_arn
end

#collaboration_id::String

Returns the value of attribute collaboration_id.

Returns:

  • (::String)


1814
1815
1816
# File 'sig/types.rbs', line 1814

def collaboration_id
  @collaboration_id
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


1816
1817
1818
# File 'sig/types.rbs', line 1816

def create_time
  @create_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1810
1811
1812
# File 'sig/types.rbs', line 1810

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


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

def id
  @id
end

#intermediate_table_versionTypes::IntermediateTableActiveVersion

Returns the value of attribute intermediate_table_version.



1824
1825
1826
# File 'sig/types.rbs', line 1824

def intermediate_table_version
  @intermediate_table_version
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


1820
1821
1822
# File 'sig/types.rbs', line 1820

def kms_key_arn
  @kms_key_arn
end

#membership_arn::String

Returns the value of attribute membership_arn.

Returns:

  • (::String)


1811
1812
1813
# File 'sig/types.rbs', line 1811

def membership_arn
  @membership_arn
end

#membership_id::String

Returns the value of attribute membership_id.

Returns:

  • (::String)


1812
1813
1814
# File 'sig/types.rbs', line 1812

def membership_id
  @membership_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1809
1810
1811
# File 'sig/types.rbs', line 1809

def name
  @name
end

#population_analysis_configurationTypes::PopulationAnalysisConfiguration

Returns the value of attribute population_analysis_configuration.



1821
1822
1823
# File 'sig/types.rbs', line 1821

def population_analysis_configuration
  @population_analysis_configuration
end

#retention_in_days::Integer

Returns the value of attribute retention_in_days.

Returns:

  • (::Integer)


1822
1823
1824
# File 'sig/types.rbs', line 1822

def retention_in_days
  @retention_in_days
end

#schemaTypes::IntermediateTableSchema

Returns the value of attribute schema.



1826
1827
1828
# File 'sig/types.rbs', line 1826

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


1818
1819
1820
# File 'sig/types.rbs', line 1818

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


1819
1820
1821
# File 'sig/types.rbs', line 1819

def status_reason
  @status_reason
end

#table_dependencies::Array[Types::IntermediateTableDependency]

Returns the value of attribute table_dependencies.



1823
1824
1825
# File 'sig/types.rbs', line 1823

def table_dependencies
  @table_dependencies
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


1817
1818
1819
# File 'sig/types.rbs', line 1817

def update_time
  @update_time
end