DeleteIdentitiesInput
import "github.com/aws/aws-sdk-go/service/cognitoidentity"
type DeleteIdentitiesInput struct { IdentityIdsToDelete []*string `min:"1" type:"list" required:"true"` }
Input to the DeleteIdentities action.
- IdentityIdsToDelete
-
Type:
[]*string
A list of 1-60 identities that you want to delete.
IdentityIdsToDelete is a required field
Method
GoString
func (s DeleteIdentitiesInput) GoString() string
GoString returns the string representation
SetIdentityIdsToDelete
func (s *DeleteIdentitiesInput) SetIdentityIdsToDelete(v []*string) *DeleteIdentitiesInput
SetIdentityIdsToDelete sets the IdentityIdsToDelete field's value.
String
func (s DeleteIdentitiesInput) String() string
String returns the string representation
Validate
func (s *DeleteIdentitiesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.