package Paws::TimestreamWrite::DescribeDatabaseResponse; use Moose; has Database => (is => 'ro', isa => 'Paws::TimestreamWrite::Database'); has _request_id => (is => 'ro', isa => 'Str'); ### main pod documentation begin ### =head1 NAME Paws::TimestreamWrite::DescribeDatabaseResponse =head1 ATTRIBUTES =head2 Database => L The name of the Timestream table. =head2 _request_id => Str =cut 1;