Module: Aws::Finspace::Client::_GetKxDatabaseResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetKxDatabaseResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_timestamp ⇒ ::Time
- #database_arn ⇒ ::String
- #database_name ⇒ ::String
- #description ⇒ ::String
- #environment_id ⇒ ::String
- #last_completed_changeset_id ⇒ ::String
- #last_modified_timestamp ⇒ ::Time
- #num_bytes ⇒ ::Integer
- #num_changesets ⇒ ::Integer
- #num_files ⇒ ::Integer
Instance Method Details
#created_timestamp ⇒ ::Time
551 |
# File 'sig/client.rbs', line 551
def created_timestamp: () -> ::Time
|
#database_arn ⇒ ::String
548 |
# File 'sig/client.rbs', line 548
def database_arn: () -> ::String
|
#database_name ⇒ ::String
547 |
# File 'sig/client.rbs', line 547
def database_name: () -> ::String
|
#description ⇒ ::String
550 |
# File 'sig/client.rbs', line 550
def description: () -> ::String
|
#environment_id ⇒ ::String
549 |
# File 'sig/client.rbs', line 549
def environment_id: () -> ::String
|
#last_completed_changeset_id ⇒ ::String
553 |
# File 'sig/client.rbs', line 553
def last_completed_changeset_id: () -> ::String
|
#last_modified_timestamp ⇒ ::Time
552 |
# File 'sig/client.rbs', line 552
def last_modified_timestamp: () -> ::Time
|
#num_bytes ⇒ ::Integer
554 |
# File 'sig/client.rbs', line 554
def num_bytes: () -> ::Integer
|
#num_changesets ⇒ ::Integer
555 |
# File 'sig/client.rbs', line 555
def num_changesets: () -> ::Integer
|
#num_files ⇒ ::Integer
556 |
# File 'sig/client.rbs', line 556
def num_files: () -> ::Integer
|