You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SMS::Types::Source

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing Source as input to an Aws::Client method, you can use a vanilla Hash:

{
  s3_location: {
    bucket: "S3BucketName",
    key: "S3KeyName",
  },
}

Contains the location of a validation script.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#s3_locationTypes::S3Location

Location of an Amazon S3 object.

Returns: