Class: Aws::Types::AppBlock
- Inherits:
-
Object
- Object
- Aws::Types::AppBlock
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_block_errors ⇒ ::Array[Types::ErrorDetails]
Returns the value of attribute app_block_errors.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#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.
-
#state ⇒ "INACTIVE", "ACTIVE"
Returns the value of attribute state.
Instance Attribute Details
#app_block_errors ⇒ ::Array[Types::ErrorDetails]
Returns the value of attribute app_block_errors.
65 66 67 |
# File 'sig/types.rbs', line 65 def app_block_errors @app_block_errors end |
#arn ⇒ ::String
Returns the value of attribute arn.
56 57 58 |
# File 'sig/types.rbs', line 56 def arn @arn end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
61 62 63 |
# File 'sig/types.rbs', line 61 def created_time @created_time end |
#description ⇒ ::String
Returns the value of attribute description.
57 58 59 |
# File 'sig/types.rbs', line 57 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
58 59 60 |
# File 'sig/types.rbs', line 58 def display_name @display_name end |
#name ⇒ ::String
Returns the value of attribute name.
55 56 57 |
# File 'sig/types.rbs', line 55 def name @name end |
#packaging_type ⇒ "CUSTOM", "APPSTREAM2"
Returns the value of attribute packaging_type.
63 64 65 |
# File 'sig/types.rbs', line 63 def packaging_type @packaging_type end |
#post_setup_script_details ⇒ Types::ScriptDetails
Returns the value of attribute post_setup_script_details.
62 63 64 |
# File 'sig/types.rbs', line 62 def post_setup_script_details @post_setup_script_details end |
#setup_script_details ⇒ Types::ScriptDetails
Returns the value of attribute setup_script_details.
60 61 62 |
# File 'sig/types.rbs', line 60 def setup_script_details @setup_script_details end |
#source_s3_location ⇒ Types::S3Location
Returns the value of attribute source_s3_location.
59 60 61 |
# File 'sig/types.rbs', line 59 def source_s3_location @source_s3_location end |
#state ⇒ "INACTIVE", "ACTIVE"
Returns the value of attribute state.
64 65 66 |
# File 'sig/types.rbs', line 64 def state @state end |