Class: Aws::Types::CreateAppBlockRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


303
304
305
# File 'sig/types.rbs', line 303

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


304
305
306
# File 'sig/types.rbs', line 304

def display_name
  @display_name
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


302
303
304
# File 'sig/types.rbs', line 302

def name
  @name
end

#packaging_type"CUSTOM", "APPSTREAM2"

Returns the value of attribute packaging_type.

Returns:

  • ("CUSTOM", "APPSTREAM2")


309
310
311
# File 'sig/types.rbs', line 309

def packaging_type
  @packaging_type
end

#post_setup_script_detailsTypes::ScriptDetails

Returns the value of attribute post_setup_script_details.



308
309
310
# File 'sig/types.rbs', line 308

def post_setup_script_details
  @post_setup_script_details
end

#setup_script_detailsTypes::ScriptDetails

Returns the value of attribute setup_script_details.



306
307
308
# File 'sig/types.rbs', line 306

def setup_script_details
  @setup_script_details
end

#source_s3_locationTypes::S3Location

Returns the value of attribute source_s3_location.

Returns:



305
306
307
# File 'sig/types.rbs', line 305

def source_s3_location
  @source_s3_location
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


307
308
309
# File 'sig/types.rbs', line 307

def tags
  @tags
end