Class: Aws::Types::CreateIntermediateTableInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1091
1092
1093
# File 'sig/types.rbs', line 1091

def description
  @description
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


1093
1094
1095
# File 'sig/types.rbs', line 1093

def kms_key_arn
  @kms_key_arn
end

#membership_identifier::String

Returns the value of attribute membership_identifier.

Returns:

  • (::String)


1089
1090
1091
# File 'sig/types.rbs', line 1089

def membership_identifier
  @membership_identifier
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1090
1091
1092
# File 'sig/types.rbs', line 1090

def name
  @name
end

#population_analysis_configurationTypes::PopulationAnalysisConfiguration

Returns the value of attribute population_analysis_configuration.



1092
1093
1094
# File 'sig/types.rbs', line 1092

def population_analysis_configuration
  @population_analysis_configuration
end

#retention_in_days::Integer

Returns the value of attribute retention_in_days.

Returns:

  • (::Integer)


1094
1095
1096
# File 'sig/types.rbs', line 1094

def retention_in_days
  @retention_in_days
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1095
1096
1097
# File 'sig/types.rbs', line 1095

def tags
  @tags
end