Class: Aws::Types::ReplicationSet
- Inherits:
-
Object
- Object
- Aws::Types::ReplicationSet
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#deletion_protected ⇒ Boolean
Returns the value of attribute deletion_protected.
-
#last_modified_by ⇒ ::String
Returns the value of attribute last_modified_by.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#region_map ⇒ ::Hash[::String, Types::RegionInfo]
Returns the value of attribute region_map.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
611 612 613 |
# File 'sig/types.rbs', line 611 def arn @arn end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
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.
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.
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.
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.
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.
617 618 619 |
# File 'sig/types.rbs', line 617 def region_map @region_map end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
618 619 620 |
# File 'sig/types.rbs', line 618 def status @status end |