Class: Aws::Types::CreateAppBlockRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAppBlockRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#packaging_type ⇒ "CUSTOM", "APPSTREAM2"
Returns the value of attribute packaging_type.
-
#post_setup_script_details ⇒ Types::ScriptDetails
Returns the value of attribute post_setup_script_details.
-
#setup_script_details ⇒ Types::ScriptDetails
Returns the value of attribute setup_script_details.
-
#source_s3_location ⇒ Types::S3Location
Returns the value of attribute source_s3_location.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
303 304 305 |
# File 'sig/types.rbs', line 303 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
304 305 306 |
# File 'sig/types.rbs', line 304 def display_name @display_name end |
#name ⇒ ::String
Returns the value of attribute name.
302 303 304 |
# File 'sig/types.rbs', line 302 def name @name end |
#packaging_type ⇒ "CUSTOM", "APPSTREAM2"
Returns the value of attribute packaging_type.
309 310 311 |
# File 'sig/types.rbs', line 309 def packaging_type @packaging_type end |
#post_setup_script_details ⇒ Types::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_details ⇒ Types::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_location ⇒ Types::S3Location
Returns the value of attribute source_s3_location.
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.
307 308 309 |
# File 'sig/types.rbs', line 307 def @tags end |