Location
import "github.com/aws/aws-sdk-go/service/glue"
type Location struct { DynamoDB []*CodeGenNodeArg `type:"list"` Jdbc []*CodeGenNodeArg `type:"list"` S3 []*CodeGenNodeArg `type:"list"` }
The location of resources.
- DynamoDB
-
An argument or property of a node.
- Jdbc
-
An argument or property of a node.
- S3
-
An argument or property of a node.
Method
GoString
func (s Location) GoString() string
GoString returns the string representation
SetDynamoDB
func (s *Location) SetDynamoDB(v []*CodeGenNodeArg) *Location
SetDynamoDB sets the DynamoDB field's value.
SetJdbc
func (s *Location) SetJdbc(v []*CodeGenNodeArg) *Location
SetJdbc sets the Jdbc field's value.
SetS3
func (s *Location) SetS3(v []*CodeGenNodeArg) *Location
SetS3 sets the S3 field's value.
String
func (s Location) String() string
String returns the string representation
Validate
func (s *Location) Validate() error
Validate inspects the fields of the type to determine if they are valid.