Class: Aws::Types::Application

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_block_arn::String

Returns the value of attribute app_block_arn.

Returns:

  • (::String)


111
112
113
# File 'sig/types.rbs', line 111

def app_block_arn
  @app_block_arn
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


110
111
112
# File 'sig/types.rbs', line 110

def arn
  @arn
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


115
116
117
# File 'sig/types.rbs', line 115

def created_time
  @created_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


109
110
111
# File 'sig/types.rbs', line 109

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


102
103
104
# File 'sig/types.rbs', line 102

def display_name
  @display_name
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


106
107
108
# File 'sig/types.rbs', line 106

def enabled
  @enabled
end

#icon_s3_locationTypes::S3Location

Returns the value of attribute icon_s3_location.

Returns:



112
113
114
# File 'sig/types.rbs', line 112

def icon_s3_location
  @icon_s3_location
end

#icon_url::String

Returns the value of attribute icon_url.

Returns:

  • (::String)


103
104
105
# File 'sig/types.rbs', line 103

def icon_url
  @icon_url
end

#instance_families::Array[::String]

Returns the value of attribute instance_families.

Returns:

  • (::Array[::String])


114
115
116
# File 'sig/types.rbs', line 114

def instance_families
  @instance_families
end

#launch_parameters::String

Returns the value of attribute launch_parameters.

Returns:

  • (::String)


105
106
107
# File 'sig/types.rbs', line 105

def launch_parameters
  @launch_parameters
end

#launch_path::String

Returns the value of attribute launch_path.

Returns:

  • (::String)


104
105
106
# File 'sig/types.rbs', line 104

def launch_path
  @launch_path
end

#metadata::Hash[::String, ::String]

Returns the value of attribute metadata.

Returns:

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


107
108
109
# File 'sig/types.rbs', line 107

def 
  @metadata
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


101
102
103
# File 'sig/types.rbs', line 101

def name
  @name
end

#platforms::Array[("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "WINDOWS_SERVER_2025" | "AMAZON_LINUX2" | "RHEL8" | "ROCKY_LINUX8" | "UBUNTU_PRO_2404")]

Returns the value of attribute platforms.

Returns:

  • (::Array[("WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019" | "WINDOWS_SERVER_2022" | "WINDOWS_SERVER_2025" | "AMAZON_LINUX2" | "RHEL8" | "ROCKY_LINUX8" | "UBUNTU_PRO_2404")])


113
114
115
# File 'sig/types.rbs', line 113

def platforms
  @platforms
end

#working_directory::String

Returns the value of attribute working_directory.

Returns:

  • (::String)


108
109
110
# File 'sig/types.rbs', line 108

def working_directory
  @working_directory
end