GetDatabasesOutput
import "github.com/aws/aws-sdk-go/service/glue"
type GetDatabasesOutput struct { DatabaseList []*Database `type:"list" required:"true"` NextToken *string `type:"string"` }
- DatabaseList
-
The Database object represents a logical grouping of tables that may reside in a Hive metastore or an RDBMS.
- NextToken
-
Type:
*string
A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.
Method
GoString
func (s GetDatabasesOutput) GoString() string
GoString returns the string representation
SetDatabaseList
func (s *GetDatabasesOutput) SetDatabaseList(v []*Database) *GetDatabasesOutput
SetDatabaseList sets the DatabaseList field's value.
SetNextToken
func (s *GetDatabasesOutput) SetNextToken(v string) *GetDatabasesOutput
SetNextToken sets the NextToken field's value.
String
func (s GetDatabasesOutput) String() string
String returns the string representation