Class: Aws::Types::RelationalDatabaseSnapshot
- Inherits:
-
Object
- Object
- Aws::Types::RelationalDatabaseSnapshot
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#engine ⇒ ::String
Returns the value of attribute engine.
-
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
-
#from_relational_database_arn ⇒ ::String
Returns the value of attribute from_relational_database_arn.
-
#from_relational_database_blueprint_id ⇒ ::String
Returns the value of attribute from_relational_database_blueprint_id.
-
#from_relational_database_bundle_id ⇒ ::String
Returns the value of attribute from_relational_database_bundle_id.
-
#from_relational_database_name ⇒ ::String
Returns the value of attribute from_relational_database_name.
-
#location ⇒ Types::ResourceLocation
Returns the value of attribute location.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#resource_type ⇒ "ContainerService", ...
Returns the value of attribute resource_type.
-
#size_in_gb ⇒ ::Integer
Returns the value of attribute size_in_gb.
-
#state ⇒ ::String
Returns the value of attribute state.
-
#support_code ⇒ ::String
Returns the value of attribute support_code.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
2755 2756 2757 |
# File 'sig/types.rbs', line 2755 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2757 2758 2759 |
# File 'sig/types.rbs', line 2757 def created_at @created_at end |
#engine ⇒ ::String
Returns the value of attribute engine.
2761 2762 2763 |
# File 'sig/types.rbs', line 2761 def engine @engine end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
2762 2763 2764 |
# File 'sig/types.rbs', line 2762 def engine_version @engine_version end |
#from_relational_database_arn ⇒ ::String
Returns the value of attribute from_relational_database_arn.
2766 2767 2768 |
# File 'sig/types.rbs', line 2766 def from_relational_database_arn @from_relational_database_arn end |
#from_relational_database_blueprint_id ⇒ ::String
Returns the value of attribute from_relational_database_blueprint_id.
2768 2769 2770 |
# File 'sig/types.rbs', line 2768 def from_relational_database_blueprint_id @from_relational_database_blueprint_id end |
#from_relational_database_bundle_id ⇒ ::String
Returns the value of attribute from_relational_database_bundle_id.
2767 2768 2769 |
# File 'sig/types.rbs', line 2767 def from_relational_database_bundle_id @from_relational_database_bundle_id end |
#from_relational_database_name ⇒ ::String
Returns the value of attribute from_relational_database_name.
2765 2766 2767 |
# File 'sig/types.rbs', line 2765 def from_relational_database_name @from_relational_database_name end |
#location ⇒ Types::ResourceLocation
Returns the value of attribute location.
2758 2759 2760 |
# File 'sig/types.rbs', line 2758 def location @location end |
#name ⇒ ::String
Returns the value of attribute name.
2754 2755 2756 |
# File 'sig/types.rbs', line 2754 def name @name end |
#resource_type ⇒ "ContainerService", ...
Returns the value of attribute resource_type.
2759 2760 2761 |
# File 'sig/types.rbs', line 2759 def resource_type @resource_type end |
#size_in_gb ⇒ ::Integer
Returns the value of attribute size_in_gb.
2763 2764 2765 |
# File 'sig/types.rbs', line 2763 def size_in_gb @size_in_gb end |
#state ⇒ ::String
Returns the value of attribute state.
2764 2765 2766 |
# File 'sig/types.rbs', line 2764 def state @state end |
#support_code ⇒ ::String
Returns the value of attribute support_code.
2756 2757 2758 |
# File 'sig/types.rbs', line 2756 def support_code @support_code end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2760 2761 2762 |
# File 'sig/types.rbs', line 2760 def end |