Class: Aws::SMS::Types::UserData
- Inherits:
-
Struct
- Object
- Struct
- Aws::SMS::Types::UserData
- Includes:
- Aws::Structure
- Defined in:
- 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
-
#s3_location ⇒ Types::S3Location
Amazon S3 location of the user-data script.
Instance Attribute Details
#s3_location ⇒ Types::S3Location
Amazon S3 location of the user-data script.
2143 2144 2145 2146 2147 |
# File 'lib/aws-sdk-sms/types.rb', line 2143 class UserData < Struct.new( :s3_location) SENSITIVE = [] include Aws::Structure end |