Class: Aws::Types::ClusterPendingModifiedValues

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allocated_storage::Integer

Returns the value of attribute allocated_storage.

Returns:

  • (::Integer)


77
78
79
# File 'sig/types.rbs', line 77

def allocated_storage
  @allocated_storage
end

#backup_retention_period::Integer

Returns the value of attribute backup_retention_period.

Returns:

  • (::Integer)


75
76
77
# File 'sig/types.rbs', line 75

def backup_retention_period
  @backup_retention_period
end

#db_cluster_identifier::String

Returns the value of attribute db_cluster_identifier.

Returns:

  • (::String)


72
73
74
# File 'sig/types.rbs', line 72

def db_cluster_identifier
  @db_cluster_identifier
end

#engine_version::String

Returns the value of attribute engine_version.

Returns:

  • (::String)


74
75
76
# File 'sig/types.rbs', line 74

def engine_version
  @engine_version
end

#iam_database_authentication_enabledBoolean

Returns the value of attribute iam_database_authentication_enabled.

Returns:

  • (Boolean)


73
74
75
# File 'sig/types.rbs', line 73

def iam_database_authentication_enabled
  @iam_database_authentication_enabled
end

#iops::Integer

Returns the value of attribute iops.

Returns:

  • (::Integer)


78
79
80
# File 'sig/types.rbs', line 78

def iops
  @iops
end

#network_type::String

Returns the value of attribute network_type.

Returns:

  • (::String)


79
80
81
# File 'sig/types.rbs', line 79

def network_type
  @network_type
end

#pending_cloudwatch_logs_exportsTypes::PendingCloudwatchLogsExports

Returns the value of attribute pending_cloudwatch_logs_exports.



71
72
73
# File 'sig/types.rbs', line 71

def pending_cloudwatch_logs_exports
  @pending_cloudwatch_logs_exports
end

#storage_type::String

Returns the value of attribute storage_type.

Returns:

  • (::String)


76
77
78
# File 'sig/types.rbs', line 76

def storage_type
  @storage_type
end