Class: Aws::Types::CreateDBInstanceMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#auto_minor_version_upgradeBoolean

Returns the value of attribute auto_minor_version_upgrade.

Returns:



182
183
184
# File 'sig/types.rbs', line 182

def auto_minor_version_upgrade
  @auto_minor_version_upgrade
end

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:



180
181
182
# File 'sig/types.rbs', line 180

def availability_zone
  @availability_zone
end

#ca_certificate_identifier::String

Returns the value of attribute ca_certificate_identifier.

Returns:



189
190
191
# File 'sig/types.rbs', line 189

def ca_certificate_identifier
  @ca_certificate_identifier
end

#copy_tags_to_snapshotBoolean

Returns the value of attribute copy_tags_to_snapshot.

Returns:



185
186
187
# File 'sig/types.rbs', line 185

def copy_tags_to_snapshot
  @copy_tags_to_snapshot
end

#db_cluster_identifier::String

Returns the value of attribute db_cluster_identifier.

Returns:



184
185
186
# File 'sig/types.rbs', line 184

def db_cluster_identifier
  @db_cluster_identifier
end

#db_instance_class::String

Returns the value of attribute db_instance_class.

Returns:



178
179
180
# File 'sig/types.rbs', line 178

def db_instance_class
  @db_instance_class
end

#db_instance_identifier::String

Returns the value of attribute db_instance_identifier.

Returns:



177
178
179
# File 'sig/types.rbs', line 177

def db_instance_identifier
  @db_instance_identifier
end

#enable_performance_insightsBoolean

Returns the value of attribute enable_performance_insights.

Returns:



187
188
189
# File 'sig/types.rbs', line 187

def enable_performance_insights
  @enable_performance_insights
end

#engine::String

Returns the value of attribute engine.

Returns:



179
180
181
# File 'sig/types.rbs', line 179

def engine
  @engine
end

#performance_insights_kms_key_id::String

Returns the value of attribute performance_insights_kms_key_id.

Returns:



188
189
190
# File 'sig/types.rbs', line 188

def performance_insights_kms_key_id
  @performance_insights_kms_key_id
end

#preferred_maintenance_window::String

Returns the value of attribute preferred_maintenance_window.

Returns:



181
182
183
# File 'sig/types.rbs', line 181

def preferred_maintenance_window
  @preferred_maintenance_window
end

#promotion_tier::Integer

Returns the value of attribute promotion_tier.

Returns:



186
187
188
# File 'sig/types.rbs', line 186

def promotion_tier
  @promotion_tier
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



183
184
185
# File 'sig/types.rbs', line 183

def tags
  @tags
end