You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SecurityHub::Types::AwsRdsDbClusterSnapshotDetails

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AwsRdsDbClusterSnapshotDetails as input to an Aws::Client method, you can use a vanilla Hash:

{
  availability_zones: ["NonEmptyString"],
  snapshot_create_time: "NonEmptyString",
  engine: "NonEmptyString",
  allocated_storage: 1,
  status: "NonEmptyString",
  port: 1,
  vpc_id: "NonEmptyString",
  cluster_create_time: "NonEmptyString",
  master_username: "NonEmptyString",
  engine_version: "NonEmptyString",
  license_model: "NonEmptyString",
  snapshot_type: "NonEmptyString",
  percent_progress: 1,
  storage_encrypted: false,
  kms_key_id: "NonEmptyString",
  db_cluster_identifier: "NonEmptyString",
  db_cluster_snapshot_identifier: "NonEmptyString",
  iam_database_authentication_enabled: false,
}

Information about an Amazon RDS DB cluster snapshot.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#allocated_storageInteger

Specifies the allocated storage size in gibibytes (GiB).

Returns:

  • (Integer)

    Specifies the allocated storage size in gibibytes (GiB).

#availability_zonesArray<String>

A list of Availability Zones where instances in the DB cluster can be created.

Returns:

  • (Array<String>)

    A list of Availability Zones where instances in the DB cluster can be created.

#cluster_create_timeString

Indicates when the DB cluster was created, in Universal Coordinated Time (UTC).

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.

Returns:

  • (String)

    Indicates when the DB cluster was created, in Universal Coordinated Time (UTC).

#db_cluster_identifierString

The DB cluster identifier.

Returns:

  • (String)

    The DB cluster identifier.

#db_cluster_snapshot_identifierString

The identifier of the DB cluster snapshot.

Returns:

  • (String)

    The identifier of the DB cluster snapshot.

#engineString

Returns:

  • (String)

#engine_versionString

The version of the database engine to use.

Returns:

  • (String)

    The version of the database engine to use.

#iam_database_authentication_enabledBoolean

Whether mapping of IAM accounts to database accounts is enabled.

Returns:

  • (Boolean)

    Whether mapping of IAM accounts to database accounts is enabled.

#kms_key_idString

The ARN of the AWS KMS master key that is used to encrypt the database instances in the DB cluster.

Returns:

  • (String)

    The ARN of the AWS KMS master key that is used to encrypt the database instances in the DB cluster.

#license_modelString

The license model information for this DB cluster snapshot.

Returns:

  • (String)

    The license model information for this DB cluster snapshot.

#master_usernameString

The name of the master user for the DB cluster.

Returns:

  • (String)

    The name of the master user for the DB cluster.

#percent_progressInteger

Specifies the percentage of the estimated data that has been transferred.

Returns:

  • (Integer)

    Specifies the percentage of the estimated data that has been transferred.

#portInteger

The port number on which the DB instances in the DB cluster accept connections.

Returns:

  • (Integer)

    The port number on which the DB instances in the DB cluster accept connections.

#snapshot_create_timeString

Indicates when the snapshot was taken.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.

Returns:

  • (String)

    Indicates when the snapshot was taken.

#snapshot_typeString

The type of DB cluster snapshot.

Returns:

  • (String)

    The type of DB cluster snapshot.

#statusString

The status of this DB cluster snapshot.

Returns:

  • (String)

    The status of this DB cluster snapshot.

#storage_encryptedBoolean

Whether the DB cluster is encrypted.

Returns:

  • (Boolean)

    Whether the DB cluster is encrypted.

#vpc_idString

The VPC ID that is associated with the DB cluster snapshot.

Returns:

  • (String)

    The VPC ID that is associated with the DB cluster snapshot.