Class: Aws::Neptune::Types::ClusterPendingModifiedValues

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-neptune/types.rb

Overview

This data type is used as a response element in the ‘ModifyDBCluster` operation and contains changes that will be applied during the next maintenance window.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allocated_storageInteger

The allocated storage size in gibibytes (GiB) for database engines. For Neptune, ‘AllocatedStorage` always returns 1, because Neptune DB cluster storage size isn’t fixed, but instead automatically adjusts as needed.

Returns:

  • (Integer)


286
287
288
289
290
291
292
293
294
295
296
297
# File 'lib/aws-sdk-neptune/types.rb', line 286

class ClusterPendingModifiedValues < Struct.new(
  :pending_cloudwatch_logs_exports,
  :db_cluster_identifier,
  :iam_database_authentication_enabled,
  :engine_version,
  :backup_retention_period,
  :storage_type,
  :allocated_storage,
  :iops)
  SENSITIVE = []
  include Aws::Structure
end

#backup_retention_periodInteger

The number of days for which automatic DB snapshots are retained.

Returns:

  • (Integer)


286
287
288
289
290
291
292
293
294
295
296
297
# File 'lib/aws-sdk-neptune/types.rb', line 286

class ClusterPendingModifiedValues < Struct.new(
  :pending_cloudwatch_logs_exports,
  :db_cluster_identifier,
  :iam_database_authentication_enabled,
  :engine_version,
  :backup_retention_period,
  :storage_type,
  :allocated_storage,
  :iops)
  SENSITIVE = []
  include Aws::Structure
end

#db_cluster_identifierString

The DBClusterIdentifier value for the DB cluster.

Returns:

  • (String)


286
287
288
289
290
291
292
293
294
295
296
297
# File 'lib/aws-sdk-neptune/types.rb', line 286

class ClusterPendingModifiedValues < Struct.new(
  :pending_cloudwatch_logs_exports,
  :db_cluster_identifier,
  :iam_database_authentication_enabled,
  :engine_version,
  :backup_retention_period,
  :storage_type,
  :allocated_storage,
  :iops)
  SENSITIVE = []
  include Aws::Structure
end

#engine_versionString

The database engine version.

Returns:

  • (String)


286
287
288
289
290
291
292
293
294
295
296
297
# File 'lib/aws-sdk-neptune/types.rb', line 286

class ClusterPendingModifiedValues < Struct.new(
  :pending_cloudwatch_logs_exports,
  :db_cluster_identifier,
  :iam_database_authentication_enabled,
  :engine_version,
  :backup_retention_period,
  :storage_type,
  :allocated_storage,
  :iops)
  SENSITIVE = []
  include Aws::Structure
end

#iam_database_authentication_enabledBoolean

A value that indicates whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled.

Returns:

  • (Boolean)


286
287
288
289
290
291
292
293
294
295
296
297
# File 'lib/aws-sdk-neptune/types.rb', line 286

class ClusterPendingModifiedValues < Struct.new(
  :pending_cloudwatch_logs_exports,
  :db_cluster_identifier,
  :iam_database_authentication_enabled,
  :engine_version,
  :backup_retention_period,
  :storage_type,
  :allocated_storage,
  :iops)
  SENSITIVE = []
  include Aws::Structure
end

#iopsInteger

The Provisioned IOPS (I/O operations per second) value. This setting is only for non-Aurora Multi-AZ DB clusters.

Returns:

  • (Integer)


286
287
288
289
290
291
292
293
294
295
296
297
# File 'lib/aws-sdk-neptune/types.rb', line 286

class ClusterPendingModifiedValues < Struct.new(
  :pending_cloudwatch_logs_exports,
  :db_cluster_identifier,
  :iam_database_authentication_enabled,
  :engine_version,
  :backup_retention_period,
  :storage_type,
  :allocated_storage,
  :iops)
  SENSITIVE = []
  include Aws::Structure
end

#pending_cloudwatch_logs_exportsTypes::PendingCloudwatchLogsExports

This ‘PendingCloudwatchLogsExports` structure specifies pending changes to which CloudWatch logs are enabled and which are disabled.



286
287
288
289
290
291
292
293
294
295
296
297
# File 'lib/aws-sdk-neptune/types.rb', line 286

class ClusterPendingModifiedValues < Struct.new(
  :pending_cloudwatch_logs_exports,
  :db_cluster_identifier,
  :iam_database_authentication_enabled,
  :engine_version,
  :backup_retention_period,
  :storage_type,
  :allocated_storage,
  :iops)
  SENSITIVE = []
  include Aws::Structure
end

#storage_typeString

The storage type for the DB cluster.

Returns:

  • (String)


286
287
288
289
290
291
292
293
294
295
296
297
# File 'lib/aws-sdk-neptune/types.rb', line 286

class ClusterPendingModifiedValues < Struct.new(
  :pending_cloudwatch_logs_exports,
  :db_cluster_identifier,
  :iam_database_authentication_enabled,
  :engine_version,
  :backup_retention_period,
  :storage_type,
  :allocated_storage,
  :iops)
  SENSITIVE = []
  include Aws::Structure
end