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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_locationTypes::S3Location

Amazon S3 location of the user-data script.

Returns:



2143
2144
2145
2146
2147
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 2143

class UserData < Struct.new(
  :s3_location)
  SENSITIVE = []
  include Aws::Structure
end