Class: Aws::Types::CreateIntermediateTableInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateIntermediateTableInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#population_analysis_configuration ⇒ Types::PopulationAnalysisConfiguration
Returns the value of attribute population_analysis_configuration.
-
#retention_in_days ⇒ ::Integer
Returns the value of attribute retention_in_days.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
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.
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.
1089 1090 1091 |
# File 'sig/types.rbs', line 1089 def membership_identifier @membership_identifier end |
#name ⇒ ::String
Returns the value of attribute name.
1090 1091 1092 |
# File 'sig/types.rbs', line 1090 def name @name end |
#population_analysis_configuration ⇒ Types::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.
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.
1095 1096 1097 |
# File 'sig/types.rbs', line 1095 def @tags end |