GetCrawlerInput
import "github.com/aws/aws-sdk-go/service/glue"
type GetCrawlerInput struct { Name *string `min:"1" type:"string" required:"true"` }
- Name
-
Type:
*string
Name of the crawler to retrieve metadata for.
Name is a required field
Method
GoString
func (s GetCrawlerInput) GoString() string
GoString returns the string representation
SetName
func (s *GetCrawlerInput) SetName(v string) *GetCrawlerInput
SetName sets the Name field's value.
String
func (s GetCrawlerInput) String() string
String returns the string representation
Validate
func (s *GetCrawlerInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.