Class: Aws::Types::Snapshot
- Inherits:
-
Object
- Object
- Aws::Types::Snapshot
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#cluster_configuration ⇒ Types::ClusterConfiguration
Returns the value of attribute cluster_configuration.
-
#data_tiering ⇒ "true", "false"
Returns the value of attribute data_tiering.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#source ⇒ ::String
Returns the value of attribute source.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
952 953 954 |
# File 'sig/types.rbs', line 952 def arn @arn end |
#cluster_configuration ⇒ Types::ClusterConfiguration
Returns the value of attribute cluster_configuration.
953 954 955 |
# File 'sig/types.rbs', line 953 def cluster_configuration @cluster_configuration end |
#data_tiering ⇒ "true", "false"
Returns the value of attribute data_tiering.
954 955 956 |
# File 'sig/types.rbs', line 954 def data_tiering @data_tiering end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
951 952 953 |
# File 'sig/types.rbs', line 951 def kms_key_id @kms_key_id end |
#name ⇒ ::String
Returns the value of attribute name.
948 949 950 |
# File 'sig/types.rbs', line 948 def name @name end |
#source ⇒ ::String
Returns the value of attribute source.
950 951 952 |
# File 'sig/types.rbs', line 950 def source @source end |
#status ⇒ ::String
Returns the value of attribute status.
949 950 951 |
# File 'sig/types.rbs', line 949 def status @status end |