Class: Aws::Types::ReplicationSet

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


611
612
613
# File 'sig/types.rbs', line 611

def arn
  @arn
end

#created_by ⇒ ::String

Returns the value of attribute created_by.

Returns:

  • (::String)


612
613
614
# File 'sig/types.rbs', line 612

def created_by
  @created_by
end

#created_time ⇒ ::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


613
614
615
# File 'sig/types.rbs', line 613

def created_time
  @created_time
end

#deletion_protected ⇒ Boolean

Returns the value of attribute deletion_protected.

Returns:

  • (Boolean)


614
615
616
# File 'sig/types.rbs', line 614

def deletion_protected
  @deletion_protected
end

#last_modified_by ⇒ ::String

Returns the value of attribute last_modified_by.

Returns:

  • (::String)


615
616
617
# File 'sig/types.rbs', line 615

def last_modified_by
  @last_modified_by
end

#last_modified_time ⇒ ::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


616
617
618
# File 'sig/types.rbs', line 616

def last_modified_time
  @last_modified_time
end

#region_map ⇒ ::Hash[::String, Types::RegionInfo]

Returns the value of attribute region_map.

Returns:



617
618
619
# File 'sig/types.rbs', line 617

def region_map
  @region_map
end

#status ⇒ "ACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "CREATING", "UPDATING", "DELETING", "FAILED")


618
619
620
# File 'sig/types.rbs', line 618

def status
  @status
end