Class: Aws::EC2::Types::ModifyInstanceAttributeUserDataRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ModifyInstanceAttributeUserDataRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes Base64-encoded binary data.
Constant Summary collapse
- SENSITIVE =
[:value]
Instance Attribute Summary collapse
-
#value ⇒ String
The value of the data.
Instance Attribute Details
#value ⇒ String
The value of the data.
61839 61840 61841 61842 61843 |
# File 'lib/aws-sdk-ec2/types.rb', line 61839 class ModifyInstanceAttributeUserDataRequest < Struct.new( :value) SENSITIVE = [:value] include Aws::Structure end |