Class: Aws::Types::AppBlock

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_block_errors::Array[Types::ErrorDetails]

Returns the value of attribute app_block_errors.

Returns:



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.

Returns:

  • (::String)


56
57
58
# File 'sig/types.rbs', line 56

def arn
  @arn
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


61
62
63
# File 'sig/types.rbs', line 61

def created_time
  @created_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


57
58
59
# File 'sig/types.rbs', line 57

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


58
59
60
# File 'sig/types.rbs', line 58

def display_name
  @display_name
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


55
56
57
# File 'sig/types.rbs', line 55

def name
  @name
end

#packaging_type"CUSTOM", "APPSTREAM2"

Returns the value of attribute packaging_type.

Returns:

  • ("CUSTOM", "APPSTREAM2")


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.

Returns:



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.

Returns:

  • ("INACTIVE", "ACTIVE")


64
65
66
# File 'sig/types.rbs', line 64

def state
  @state
end