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)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1108
1109
1110
# File 'sig/types.rbs', line 1108

def membership_identifier
  @membership_identifier
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1109
1110
1111
# File 'sig/types.rbs', line 1109

def name
  @name
end

#population_analysis_configurationTypes::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.

Returns:

  • (::Integer)


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.

Returns:

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


1114
1115
1116
# File 'sig/types.rbs', line 1114

def tags
  @tags
end