Class: Aws::EC2::Types::UserData

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

Overview

Describes the user data for an instance.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dataString

The user data. If you are using an Amazon Web Services SDK or command line tool, Base64-encoding is performed for you, and you can load the text from a file. Otherwise, you must provide Base64-encoded text.

Returns:

  • (String)


66368
66369
66370
66371
66372
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66368

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