Class: Aws::Types::GetKxDatabaseResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetKxDatabaseResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#database_arn ⇒ ::String
Returns the value of attribute database_arn.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#last_completed_changeset_id ⇒ ::String
Returns the value of attribute last_completed_changeset_id.
-
#last_modified_timestamp ⇒ ::Time
Returns the value of attribute last_modified_timestamp.
-
#num_bytes ⇒ ::Integer
Returns the value of attribute num_bytes.
-
#num_changesets ⇒ ::Integer
Returns the value of attribute num_changesets.
-
#num_files ⇒ ::Integer
Returns the value of attribute num_files.
Instance Attribute Details
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
494 495 496 |
# File 'sig/types.rbs', line 494 def @created_timestamp end |
#database_arn ⇒ ::String
Returns the value of attribute database_arn.
491 492 493 |
# File 'sig/types.rbs', line 491 def database_arn @database_arn end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
490 491 492 |
# File 'sig/types.rbs', line 490 def database_name @database_name end |
#description ⇒ ::String
Returns the value of attribute description.
493 494 495 |
# File 'sig/types.rbs', line 493 def description @description end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
492 493 494 |
# File 'sig/types.rbs', line 492 def environment_id @environment_id end |
#last_completed_changeset_id ⇒ ::String
Returns the value of attribute last_completed_changeset_id.
496 497 498 |
# File 'sig/types.rbs', line 496 def last_completed_changeset_id @last_completed_changeset_id end |
#last_modified_timestamp ⇒ ::Time
Returns the value of attribute last_modified_timestamp.
495 496 497 |
# File 'sig/types.rbs', line 495 def @last_modified_timestamp end |
#num_bytes ⇒ ::Integer
Returns the value of attribute num_bytes.
497 498 499 |
# File 'sig/types.rbs', line 497 def num_bytes @num_bytes end |
#num_changesets ⇒ ::Integer
Returns the value of attribute num_changesets.
498 499 500 |
# File 'sig/types.rbs', line 498 def num_changesets @num_changesets end |
#num_files ⇒ ::Integer
Returns the value of attribute num_files.
499 500 501 |
# File 'sig/types.rbs', line 499 def num_files @num_files end |