Class: Aws::Types::OrderableReplicationInstance

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


2195
2196
2197
# File 'sig/types.rbs', line 2195

def availability_zones
  @availability_zones
end

#default_allocated_storage::Integer

Returns the value of attribute default_allocated_storage.

Returns:

  • (::Integer)


2193
2194
2195
# File 'sig/types.rbs', line 2193

def default_allocated_storage
  @default_allocated_storage
end

#engine_version::String

Returns the value of attribute engine_version.

Returns:

  • (::String)


2188
2189
2190
# File 'sig/types.rbs', line 2188

def engine_version
  @engine_version
end

#included_allocated_storage::Integer

Returns the value of attribute included_allocated_storage.

Returns:

  • (::Integer)


2194
2195
2196
# File 'sig/types.rbs', line 2194

def included_allocated_storage
  @included_allocated_storage
end

#max_allocated_storage::Integer

Returns the value of attribute max_allocated_storage.

Returns:

  • (::Integer)


2192
2193
2194
# File 'sig/types.rbs', line 2192

def max_allocated_storage
  @max_allocated_storage
end

#min_allocated_storage::Integer

Returns the value of attribute min_allocated_storage.

Returns:

  • (::Integer)


2191
2192
2193
# File 'sig/types.rbs', line 2191

def min_allocated_storage
  @min_allocated_storage
end

#release_status"beta", "prod"

Returns the value of attribute release_status.

Returns:

  • ("beta", "prod")


2196
2197
2198
# File 'sig/types.rbs', line 2196

def release_status
  @release_status
end

#replication_instance_class::String

Returns the value of attribute replication_instance_class.

Returns:

  • (::String)


2189
2190
2191
# File 'sig/types.rbs', line 2189

def replication_instance_class
  @replication_instance_class
end

#storage_type::String

Returns the value of attribute storage_type.

Returns:

  • (::String)


2190
2191
2192
# File 'sig/types.rbs', line 2190

def storage_type
  @storage_type
end