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.
1110 1111 1112 |
# File 'sig/types.rbs', line 1110 def description @description end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
1112 1113 1114 |
# File 'sig/types.rbs', line 1112 def kms_key_arn @kms_key_arn end |
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
1108 1109 1110 |
# File 'sig/types.rbs', line 1108 def membership_identifier @membership_identifier end |
#name ⇒ ::String
Returns the value of attribute name.
1109 1110 1111 |
# File 'sig/types.rbs', line 1109 def name @name end |
#population_analysis_configuration ⇒ Types::PopulationAnalysisConfiguration
Returns the value of attribute population_analysis_configuration.
1111 1112 1113 |
# File 'sig/types.rbs', line 1111 def population_analysis_configuration @population_analysis_configuration end |
#retention_in_days ⇒ ::Integer
Returns the value of attribute retention_in_days.
1113 1114 1115 |
# File 'sig/types.rbs', line 1113 def retention_in_days @retention_in_days end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1114 1115 1116 |
# File 'sig/types.rbs', line 1114 def @tags end |