Class: Aws::Types::Replica

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#canary_state"CREATING", ...

Returns the value of attribute canary_state.

Returns:

  • ("CREATING", "READY", "STARTING", "RUNNING", "UPDATING", "STOPPING", "STOPPED", "ERROR", "DELETING")


443
444
445
# File 'sig/types.rbs', line 443

def canary_state
  @canary_state
end

#last_modified::Time

Returns the value of attribute last_modified.

Returns:

  • (::Time)


444
445
446
# File 'sig/types.rbs', line 444

def last_modified
  @last_modified
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


441
442
443
# File 'sig/types.rbs', line 441

def location
  @location
end

#replication_statusTypes::ReplicationStatus

Returns the value of attribute replication_status.



442
443
444
# File 'sig/types.rbs', line 442

def replication_status
  @replication_status
end

#vpc_configTypes::VpcConfigOutput

Returns the value of attribute vpc_config.



445
446
447
# File 'sig/types.rbs', line 445

def vpc_config
  @vpc_config
end