Class: Aws::Types::CreateDbInstanceOutput

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)


132
133
134
# File 'sig/types.rbs', line 132

def allocated_storage
  @allocated_storage
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


125
126
127
# File 'sig/types.rbs', line 125

def arn
  @arn
end

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


138
139
140
# File 'sig/types.rbs', line 138

def availability_zone
  @availability_zone
end

#db_backup_configurations::Array[Types::DbBackupConfigurationOutput]

Returns the value of attribute db_backup_configurations.



148
149
150
# File 'sig/types.rbs', line 148

def db_backup_configurations
  @db_backup_configurations
end

#db_cluster_id::String

Returns the value of attribute db_cluster_id.

Returns:

  • (::String)


142
143
144
# File 'sig/types.rbs', line 142

def db_cluster_id
  @db_cluster_id
end

#db_instance_type"db.influx.medium", ...

Returns the value of attribute db_instance_type.

Returns:

  • ("db.influx.medium", "db.influx.large", "db.influx.xlarge", "db.influx.2xlarge", "db.influx.4xlarge", "db.influx.8xlarge", "db.influx.12xlarge", "db.influx.16xlarge", "db.influx.24xlarge")


130
131
132
# File 'sig/types.rbs', line 130

def db_instance_type
  @db_instance_type
end

#db_parameter_group_identifier::String

Returns the value of attribute db_parameter_group_identifier.

Returns:

  • (::String)


137
138
139
# File 'sig/types.rbs', line 137

def db_parameter_group_identifier
  @db_parameter_group_identifier
end

#db_storage_type"InfluxIOIncludedT1", ...

Returns the value of attribute db_storage_type.

Returns:

  • ("InfluxIOIncludedT1", "InfluxIOIncludedT2", "InfluxIOIncludedT3")


131
132
133
# File 'sig/types.rbs', line 131

def db_storage_type
  @db_storage_type
end

#deployment_type"SINGLE_AZ", "WITH_MULTIAZ_STANDBY"

Returns the value of attribute deployment_type.

Returns:

  • ("SINGLE_AZ", "WITH_MULTIAZ_STANDBY")


133
134
135
# File 'sig/types.rbs', line 133

def deployment_type
  @deployment_type
end

#endpoint::String

Returns the value of attribute endpoint.

Returns:

  • (::String)


127
128
129
# File 'sig/types.rbs', line 127

def endpoint
  @endpoint
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


123
124
125
# File 'sig/types.rbs', line 123

def id
  @id
end

#influx_auth_parameters_secret_arn::String

Returns the value of attribute influx_auth_parameters_secret_arn.

Returns:

  • (::String)


141
142
143
# File 'sig/types.rbs', line 141

def influx_auth_parameters_secret_arn
  @influx_auth_parameters_secret_arn
end

#instance_mode"PRIMARY", ...

Returns the value of attribute instance_mode.

Returns:

  • ("PRIMARY", "STANDBY", "REPLICA", "INGEST", "QUERY", "COMPACT", "PROCESS")


143
144
145
# File 'sig/types.rbs', line 143

def instance_mode
  @instance_mode
end

#instance_modes::Array[("PRIMARY" | "STANDBY" | "REPLICA" | "INGEST" | "QUERY" | "COMPACT" | "PROCESS")]

Returns the value of attribute instance_modes.

Returns:

  • (::Array[("PRIMARY" | "STANDBY" | "REPLICA" | "INGEST" | "QUERY" | "COMPACT" | "PROCESS")])


144
145
146
# File 'sig/types.rbs', line 144

def instance_modes
  @instance_modes
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


149
150
151
# File 'sig/types.rbs', line 149

def kms_key_id
  @kms_key_id
end

#last_maintenance_time::Time

Returns the value of attribute last_maintenance_time.

Returns:

  • (::Time)


146
147
148
# File 'sig/types.rbs', line 146

def last_maintenance_time
  @last_maintenance_time
end

#log_delivery_configurationTypes::LogDeliveryConfiguration

Returns the value of attribute log_delivery_configuration.



140
141
142
# File 'sig/types.rbs', line 140

def log_delivery_configuration
  @log_delivery_configuration
end

#maintenance_scheduleTypes::MaintenanceSchedule

Returns the value of attribute maintenance_schedule.



145
146
147
# File 'sig/types.rbs', line 145

def maintenance_schedule
  @maintenance_schedule
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


124
125
126
# File 'sig/types.rbs', line 124

def name
  @name
end

#network_type"IPV4", "DUAL"

Returns the value of attribute network_type.

Returns:

  • ("IPV4", "DUAL")


129
130
131
# File 'sig/types.rbs', line 129

def network_type
  @network_type
end

#next_maintenance_time::Time

Returns the value of attribute next_maintenance_time.

Returns:

  • (::Time)


147
148
149
# File 'sig/types.rbs', line 147

def next_maintenance_time
  @next_maintenance_time
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


128
129
130
# File 'sig/types.rbs', line 128

def port
  @port
end

#publicly_accessibleBoolean

Returns the value of attribute publicly_accessible.

Returns:

  • (Boolean)


135
136
137
# File 'sig/types.rbs', line 135

def publicly_accessible
  @publicly_accessible
end

#secondary_availability_zone::String

Returns the value of attribute secondary_availability_zone.

Returns:

  • (::String)


139
140
141
# File 'sig/types.rbs', line 139

def secondary_availability_zone
  @secondary_availability_zone
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "AVAILABLE", "DELETING", "MODIFYING", "UPDATING", "DELETED", "FAILED", "UPDATING_DEPLOYMENT_TYPE", "UPDATING_INSTANCE_TYPE", "MAINTENANCE", "REBOOTING", "REBOOT_FAILED", "RESTORING", "RESTORE_FAILED")


126
127
128
# File 'sig/types.rbs', line 126

def status
  @status
end

#vpc_security_group_ids::Array[::String]

Returns the value of attribute vpc_security_group_ids.

Returns:

  • (::Array[::String])


136
137
138
# File 'sig/types.rbs', line 136

def vpc_security_group_ids
  @vpc_security_group_ids
end

#vpc_subnet_ids::Array[::String]

Returns the value of attribute vpc_subnet_ids.

Returns:

  • (::Array[::String])


134
135
136
# File 'sig/types.rbs', line 134

def vpc_subnet_ids
  @vpc_subnet_ids
end