Class: Aws::Types::ReplicationPendingModifiedValues

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)


2544
2545
2546
# File 'sig/types.rbs', line 2544

def allocated_storage
  @allocated_storage
end

#engine_version::String

Returns the value of attribute engine_version.

Returns:

  • (::String)


2546
2547
2548
# File 'sig/types.rbs', line 2546

def engine_version
  @engine_version
end

#multi_azBoolean

Returns the value of attribute multi_az.

Returns:

  • (Boolean)


2545
2546
2547
# File 'sig/types.rbs', line 2545

def multi_az
  @multi_az
end

#network_type::String

Returns the value of attribute network_type.

Returns:

  • (::String)


2547
2548
2549
# File 'sig/types.rbs', line 2547

def network_type
  @network_type
end

#replication_instance_class::String

Returns the value of attribute replication_instance_class.

Returns:

  • (::String)


2543
2544
2545
# File 'sig/types.rbs', line 2543

def replication_instance_class
  @replication_instance_class
end