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

#associated_roles::Array[Types::DBClusterAssociatedRole]

Returns the value of attribute associated_roles.

Returns:



3946
3947
3948
# File 'sig/types.rbs', line 3946

def associated_roles
  @associated_roles
end

#backtrack_window::Integer

Returns the value of attribute backtrack_window.

Returns:

  • (::Integer)


3918
3919
3920
# File 'sig/types.rbs', line 3918

def backtrack_window
  @backtrack_window
end

#backup_retention_period::Integer

Returns the value of attribute backup_retention_period.

Returns:

  • (::Integer)


3940
3941
3942
# File 'sig/types.rbs', line 3940

def backup_retention_period
  @backup_retention_period
end

#copy_tags_to_snapshotBoolean

Returns the value of attribute copy_tags_to_snapshot.

Returns:

  • (Boolean)


3922
3923
3924
# File 'sig/types.rbs', line 3922

def copy_tags_to_snapshot
  @copy_tags_to_snapshot
end

#db_cluster_identifier::String

Returns the value of attribute db_cluster_identifier.

Returns:

  • (::String)


3906
3907
3908
# File 'sig/types.rbs', line 3906

def db_cluster_identifier
  @db_cluster_identifier
end

#db_cluster_instance_class::String

Returns the value of attribute db_cluster_instance_class.

Returns:

  • (::String)


3925
3926
3927
# File 'sig/types.rbs', line 3925

def db_cluster_instance_class
  @db_cluster_instance_class
end

#db_cluster_parameter_group_name::String

Returns the value of attribute db_cluster_parameter_group_name.

Returns:

  • (::String)


3920
3921
3922
# File 'sig/types.rbs', line 3920

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)


3912
3913
3914
# File 'sig/types.rbs', line 3912

def db_subnet_group_name
  @db_subnet_group_name
end

#deletion_protectionBoolean

Returns the value of attribute deletion_protection.

Returns:

  • (Boolean)


3921
3922
3923
# File 'sig/types.rbs', line 3921

def deletion_protection
  @deletion_protection
end

#domain::String

Returns the value of attribute domain.

Returns:

  • (::String)


3923
3924
3925
# File 'sig/types.rbs', line 3923

def domain
  @domain
end

#domain_iam_role_name::String

Returns the value of attribute domain_iam_role_name.

Returns:

  • (::String)


3924
3925
3926
# File 'sig/types.rbs', line 3924

def domain_iam_role_name
  @domain_iam_role_name
end

#enable_cloudwatch_logs_exports::Array[::String]

Returns the value of attribute enable_cloudwatch_logs_exports.

Returns:

  • (::Array[::String])


3919
3920
3921
# File 'sig/types.rbs', line 3919

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)


3917
3918
3919
# File 'sig/types.rbs', line 3917

def enable_iam_database_authentication
  @enable_iam_database_authentication
end

#enable_internet_access_gatewayBoolean

Returns the value of attribute enable_internet_access_gateway.

Returns:

  • (Boolean)


3945
3946
3947
# File 'sig/types.rbs', line 3945

def enable_internet_access_gateway
  @enable_internet_access_gateway
end

#enable_performance_insightsBoolean

Returns the value of attribute enable_performance_insights.

Returns:

  • (Boolean)


3937
3938
3939
# File 'sig/types.rbs', line 3937

def enable_performance_insights
  @enable_performance_insights
end

#enable_vpc_networkingBoolean

Returns the value of attribute enable_vpc_networking.

Returns:

  • (Boolean)


3944
3945
3946
# File 'sig/types.rbs', line 3944

def enable_vpc_networking
  @enable_vpc_networking
end

#engine_lifecycle_support::String

Returns the value of attribute engine_lifecycle_support.

Returns:

  • (::String)


3942
3943
3944
# File 'sig/types.rbs', line 3942

def engine_lifecycle_support
  @engine_lifecycle_support
end

#engine_mode::String

Returns the value of attribute engine_mode.

Returns:

  • (::String)


3933
3934
3935
# File 'sig/types.rbs', line 3933

def engine_mode
  @engine_mode
end

#iops::Integer

Returns the value of attribute iops.

Returns:

  • (::Integer)


3928
3929
3930
# File 'sig/types.rbs', line 3928

def iops
  @iops
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


3916
3917
3918
# File 'sig/types.rbs', line 3916

def kms_key_id
  @kms_key_id
end

#monitoring_interval::Integer

Returns the value of attribute monitoring_interval.

Returns:

  • (::Integer)


3935
3936
3937
# File 'sig/types.rbs', line 3935

def monitoring_interval
  @monitoring_interval
end

#monitoring_role_arn::String

Returns the value of attribute monitoring_role_arn.

Returns:

  • (::String)


3936
3937
3938
# File 'sig/types.rbs', line 3936

def monitoring_role_arn
  @monitoring_role_arn
end

#network_type::String

Returns the value of attribute network_type.

Returns:

  • (::String)


3929
3930
3931
# File 'sig/types.rbs', line 3929

def network_type
  @network_type
end

#option_group_name::String

Returns the value of attribute option_group_name.

Returns:

  • (::String)


3913
3914
3915
# File 'sig/types.rbs', line 3913

def option_group_name
  @option_group_name
end

#performance_insights_kms_key_id::String

Returns the value of attribute performance_insights_kms_key_id.

Returns:

  • (::String)


3938
3939
3940
# File 'sig/types.rbs', line 3938

def performance_insights_kms_key_id
  @performance_insights_kms_key_id
end

#performance_insights_retention_period::Integer

Returns the value of attribute performance_insights_retention_period.

Returns:

  • (::Integer)


3939
3940
3941
# File 'sig/types.rbs', line 3939

def performance_insights_retention_period
  @performance_insights_retention_period
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


3911
3912
3913
# File 'sig/types.rbs', line 3911

def port
  @port
end

#preferred_backup_window::String

Returns the value of attribute preferred_backup_window.

Returns:

  • (::String)


3941
3942
3943
# File 'sig/types.rbs', line 3941

def preferred_backup_window
  @preferred_backup_window
end

#publicly_accessibleBoolean

Returns the value of attribute publicly_accessible.

Returns:

  • (Boolean)


3927
3928
3929
# File 'sig/types.rbs', line 3927

def publicly_accessible
  @publicly_accessible
end

#rds_custom_cluster_configurationTypes::RdsCustomClusterConfiguration

Returns the value of attribute rds_custom_cluster_configuration.



3934
3935
3936
# File 'sig/types.rbs', line 3934

def rds_custom_cluster_configuration
  @rds_custom_cluster_configuration
end

#restore_to_time::Time

Returns the value of attribute restore_to_time.

Returns:

  • (::Time)


3909
3910
3911
# File 'sig/types.rbs', line 3909

def restore_to_time
  @restore_to_time
end

#restore_type::String

Returns the value of attribute restore_type.

Returns:

  • (::String)


3907
3908
3909
# File 'sig/types.rbs', line 3907

def restore_type
  @restore_type
end

#scaling_configurationTypes::ScalingConfiguration

Returns the value of attribute scaling_configuration.



3932
3933
3934
# File 'sig/types.rbs', line 3932

def scaling_configuration
  @scaling_configuration
end

#serverless_v2_scaling_configurationTypes::ServerlessV2ScalingConfiguration

Returns the value of attribute serverless_v2_scaling_configuration.



3931
3932
3933
# File 'sig/types.rbs', line 3931

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)


3908
3909
3910
# File 'sig/types.rbs', line 3908

def source_db_cluster_identifier
  @source_db_cluster_identifier
end

#source_db_cluster_resource_id::String

Returns the value of attribute source_db_cluster_resource_id.

Returns:

  • (::String)


3930
3931
3932
# File 'sig/types.rbs', line 3930

def source_db_cluster_resource_id
  @source_db_cluster_resource_id
end

#storage_type::String

Returns the value of attribute storage_type.

Returns:

  • (::String)


3926
3927
3928
# File 'sig/types.rbs', line 3926

def storage_type
  @storage_type
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



3943
3944
3945
# File 'sig/types.rbs', line 3943

def tag_specifications
  @tag_specifications
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



3915
3916
3917
# File 'sig/types.rbs', line 3915

def tags
  @tags
end

#use_latest_restorable_timeBoolean

Returns the value of attribute use_latest_restorable_time.

Returns:

  • (Boolean)


3910
3911
3912
# File 'sig/types.rbs', line 3910

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])


3914
3915
3916
# File 'sig/types.rbs', line 3914

def vpc_security_group_ids
  @vpc_security_group_ids
end