Class: Aws::Types::RestoreDBClusterFromSnapshotMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zones::Array[::String]

Returns the value of attribute availability_zones.

Returns:

  • (::Array[::String])


1567
1568
1569
# File 'sig/types.rbs', line 1567

def availability_zones
  @availability_zones
end

#copy_tags_to_snapshotBoolean

Returns the value of attribute copy_tags_to_snapshot.

Returns:

  • (Boolean)


1583
1584
1585
# File 'sig/types.rbs', line 1583

def copy_tags_to_snapshot
  @copy_tags_to_snapshot
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


1574
1575
1576
# File 'sig/types.rbs', line 1574

def database_name
  @database_name
end

#db_cluster_identifier::String

Returns the value of attribute db_cluster_identifier.

Returns:

  • (::String)


1568
1569
1570
# File 'sig/types.rbs', line 1568

def db_cluster_identifier
  @db_cluster_identifier
end

#db_cluster_parameter_group_name::String

Returns the value of attribute db_cluster_parameter_group_name.

Returns:

  • (::String)


1581
1582
1583
# File 'sig/types.rbs', line 1581

def db_cluster_parameter_group_name
  @db_cluster_parameter_group_name
end

#db_subnet_group_name::String

Returns the value of attribute db_subnet_group_name.

Returns:

  • (::String)


1573
1574
1575
# File 'sig/types.rbs', line 1573

def db_subnet_group_name
  @db_subnet_group_name
end

#deletion_protectionBoolean

Returns the value of attribute deletion_protection.

Returns:

  • (Boolean)


1582
1583
1584
# File 'sig/types.rbs', line 1582

def deletion_protection
  @deletion_protection
end

#enable_cloudwatch_logs_exports::Array[::String]

Returns the value of attribute enable_cloudwatch_logs_exports.

Returns:

  • (::Array[::String])


1580
1581
1582
# File 'sig/types.rbs', line 1580

def enable_cloudwatch_logs_exports
  @enable_cloudwatch_logs_exports
end

#enable_iam_database_authenticationBoolean

Returns the value of attribute enable_iam_database_authentication.

Returns:

  • (Boolean)


1579
1580
1581
# File 'sig/types.rbs', line 1579

def enable_iam_database_authentication
  @enable_iam_database_authentication
end

#engine::String

Returns the value of attribute engine.

Returns:

  • (::String)


1570
1571
1572
# File 'sig/types.rbs', line 1570

def engine
  @engine
end

#engine_version::String

Returns the value of attribute engine_version.

Returns:

  • (::String)


1571
1572
1573
# File 'sig/types.rbs', line 1571

def engine_version
  @engine_version
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


1578
1579
1580
# File 'sig/types.rbs', line 1578

def kms_key_id
  @kms_key_id
end

#network_type::String

Returns the value of attribute network_type.

Returns:

  • (::String)


1586
1587
1588
# File 'sig/types.rbs', line 1586

def network_type
  @network_type
end

#option_group_name::String

Returns the value of attribute option_group_name.

Returns:

  • (::String)


1575
1576
1577
# File 'sig/types.rbs', line 1575

def option_group_name
  @option_group_name
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


1572
1573
1574
# File 'sig/types.rbs', line 1572

def port
  @port
end

#serverless_v2_scaling_configurationTypes::ServerlessV2ScalingConfiguration

Returns the value of attribute serverless_v2_scaling_configuration.



1584
1585
1586
# File 'sig/types.rbs', line 1584

def serverless_v2_scaling_configuration
  @serverless_v2_scaling_configuration
end

#snapshot_identifier::String

Returns the value of attribute snapshot_identifier.

Returns:

  • (::String)


1569
1570
1571
# File 'sig/types.rbs', line 1569

def snapshot_identifier
  @snapshot_identifier
end

#storage_type::String

Returns the value of attribute storage_type.

Returns:

  • (::String)


1585
1586
1587
# File 'sig/types.rbs', line 1585

def storage_type
  @storage_type
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1577
1578
1579
# File 'sig/types.rbs', line 1577

def tags
  @tags
end

#vpc_security_group_ids::Array[::String]

Returns the value of attribute vpc_security_group_ids.

Returns:

  • (::Array[::String])


1576
1577
1578
# File 'sig/types.rbs', line 1576

def vpc_security_group_ids
  @vpc_security_group_ids
end