Class: Aws::Types::DescribeVaultOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeVaultOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#last_inventory_date ⇒ ::Time
Returns the value of attribute last_inventory_date.
-
#number_of_archives ⇒ ::Integer
Returns the value of attribute number_of_archives.
-
#size_in_bytes ⇒ ::Integer
Returns the value of attribute size_in_bytes.
-
#vault_arn ⇒ ::String
Returns the value of attribute vault_arn.
-
#vault_name ⇒ ::String
Returns the value of attribute vault_name.
Instance Attribute Details
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
136 137 138 |
# File 'sig/types.rbs', line 136 def creation_date @creation_date end |
#last_inventory_date ⇒ ::Time
Returns the value of attribute last_inventory_date.
137 138 139 |
# File 'sig/types.rbs', line 137 def last_inventory_date @last_inventory_date end |
#number_of_archives ⇒ ::Integer
Returns the value of attribute number_of_archives.
138 139 140 |
# File 'sig/types.rbs', line 138 def number_of_archives @number_of_archives end |
#size_in_bytes ⇒ ::Integer
Returns the value of attribute size_in_bytes.
139 140 141 |
# File 'sig/types.rbs', line 139 def size_in_bytes @size_in_bytes end |
#vault_arn ⇒ ::String
Returns the value of attribute vault_arn.
134 135 136 |
# File 'sig/types.rbs', line 134 def vault_arn @vault_arn end |
#vault_name ⇒ ::String
Returns the value of attribute vault_name.
135 136 137 |
# File 'sig/types.rbs', line 135 def vault_name @vault_name end |