Class: Aws::Types::RestoreDBClusterToPointInTimeMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#db_cluster_identifier::String

Returns the value of attribute db_cluster_identifier.

Returns:

  • (::String)


1596
1597
1598
# File 'sig/types.rbs', line 1596

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)


1609
1610
1611
# File 'sig/types.rbs', line 1609

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)


1602
1603
1604
# File 'sig/types.rbs', line 1602

def db_subnet_group_name
  @db_subnet_group_name
end

#deletion_protectionBoolean

Returns the value of attribute deletion_protection.

Returns:

  • (Boolean)


1610
1611
1612
# File 'sig/types.rbs', line 1610

def deletion_protection
  @deletion_protection
end

#enable_cloudwatch_logs_exports::Array[::String]

Returns the value of attribute enable_cloudwatch_logs_exports.

Returns:

  • (::Array[::String])


1608
1609
1610
# File 'sig/types.rbs', line 1608

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)


1607
1608
1609
# File 'sig/types.rbs', line 1607

def enable_iam_database_authentication
  @enable_iam_database_authentication
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


1606
1607
1608
# File 'sig/types.rbs', line 1606

def kms_key_id
  @kms_key_id
end

#network_type::String

Returns the value of attribute network_type.

Returns:

  • (::String)


1613
1614
1615
# File 'sig/types.rbs', line 1613

def network_type
  @network_type
end

#option_group_name::String

Returns the value of attribute option_group_name.

Returns:

  • (::String)


1603
1604
1605
# File 'sig/types.rbs', line 1603

def option_group_name
  @option_group_name
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


1601
1602
1603
# File 'sig/types.rbs', line 1601

def port
  @port
end

#restore_to_time::Time

Returns the value of attribute restore_to_time.

Returns:

  • (::Time)


1599
1600
1601
# File 'sig/types.rbs', line 1599

def restore_to_time
  @restore_to_time
end

#restore_type::String

Returns the value of attribute restore_type.

Returns:

  • (::String)


1597
1598
1599
# File 'sig/types.rbs', line 1597

def restore_type
  @restore_type
end

#serverless_v2_scaling_configurationTypes::ServerlessV2ScalingConfiguration

Returns the value of attribute serverless_v2_scaling_configuration.



1611
1612
1613
# File 'sig/types.rbs', line 1611

def serverless_v2_scaling_configuration
  @serverless_v2_scaling_configuration
end

#source_db_cluster_identifier::String

Returns the value of attribute source_db_cluster_identifier.

Returns:

  • (::String)


1598
1599
1600
# File 'sig/types.rbs', line 1598

def source_db_cluster_identifier
  @source_db_cluster_identifier
end

#storage_type::String

Returns the value of attribute storage_type.

Returns:

  • (::String)


1612
1613
1614
# File 'sig/types.rbs', line 1612

def storage_type
  @storage_type
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1605
1606
1607
# File 'sig/types.rbs', line 1605

def tags
  @tags
end

#use_latest_restorable_timeBoolean

Returns the value of attribute use_latest_restorable_time.

Returns:

  • (Boolean)


1600
1601
1602
# File 'sig/types.rbs', line 1600

def use_latest_restorable_time
  @use_latest_restorable_time
end

#vpc_security_group_ids::Array[::String]

Returns the value of attribute vpc_security_group_ids.

Returns:

  • (::Array[::String])


1604
1605
1606
# File 'sig/types.rbs', line 1604

def vpc_security_group_ids
  @vpc_security_group_ids
end