Class: Aws::Types::AppBlock

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

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_detailsTypes::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_detailsTypes::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_locationTypes::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