Class: Aws::KinesisAnalyticsV2::Types::CodeContentUpdate

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

Overview

Describes an update to the code of an application. Not supported for Apache Zeppelin.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_content_location_updateTypes::S3ContentLocationUpdate

Describes an update to the location of code for an application.



1302
1303
1304
1305
1306
1307
1308
# File 'gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb', line 1302

class CodeContentUpdate < Struct.new(
  :text_content_update,
  :zip_file_content_update,
  :s3_content_location_update)
  SENSITIVE = []
  include Aws::Structure
end

#text_content_updateString

Describes an update to the text code for an application.

Returns:

  • (String)


1302
1303
1304
1305
1306
1307
1308
# File 'gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb', line 1302

class CodeContentUpdate < Struct.new(
  :text_content_update,
  :zip_file_content_update,
  :s3_content_location_update)
  SENSITIVE = []
  include Aws::Structure
end

#zip_file_content_updateString

Describes an update to the zipped code for an application.

Returns:

  • (String)


1302
1303
1304
1305
1306
1307
1308
# File 'gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb', line 1302

class CodeContentUpdate < Struct.new(
  :text_content_update,
  :zip_file_content_update,
  :s3_content_location_update)
  SENSITIVE = []
  include Aws::Structure
end