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

Class: Aws::SMS::Types::UserData

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

Overview

Note:

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

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

A script that runs on first launch of an Amazon EC2 instance. Used for configuring the server during launch.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#s3_locationTypes::S3Location

Amazon S3 location of the user-data script.

Returns: