Class: Aws::Types::Blueprint

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_category"LfR"

Returns the value of attribute app_category.

Returns:

  • ("LfR")


204
205
206
# File 'sig/types.rbs', line 204

def app_category
  @app_category
end

#blueprint_id::String

Returns the value of attribute blueprint_id.

Returns:

  • (::String)


192
193
194
# File 'sig/types.rbs', line 192

def blueprint_id
  @blueprint_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


196
197
198
# File 'sig/types.rbs', line 196

def description
  @description
end

#group::String

Returns the value of attribute group.

Returns:

  • (::String)


194
195
196
# File 'sig/types.rbs', line 194

def group
  @group
end

#is_activeBoolean

Returns the value of attribute is_active.

Returns:

  • (Boolean)


197
198
199
# File 'sig/types.rbs', line 197

def is_active
  @is_active
end

#license_url::String

Returns the value of attribute license_url.

Returns:

  • (::String)


202
203
204
# File 'sig/types.rbs', line 202

def license_url
  @license_url
end

#min_power::Integer

Returns the value of attribute min_power.

Returns:

  • (::Integer)


198
199
200
# File 'sig/types.rbs', line 198

def min_power
  @min_power
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


193
194
195
# File 'sig/types.rbs', line 193

def name
  @name
end

#platform"LINUX_UNIX", "WINDOWS"

Returns the value of attribute platform.

Returns:

  • ("LINUX_UNIX", "WINDOWS")


203
204
205
# File 'sig/types.rbs', line 203

def platform
  @platform
end

#product_url::String

Returns the value of attribute product_url.

Returns:

  • (::String)


201
202
203
# File 'sig/types.rbs', line 201

def product_url
  @product_url
end

#type"os", "app"

Returns the value of attribute type.

Returns:

  • ("os", "app")


195
196
197
# File 'sig/types.rbs', line 195

def type
  @type
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


199
200
201
# File 'sig/types.rbs', line 199

def version
  @version
end

#version_code::String

Returns the value of attribute version_code.

Returns:

  • (::String)


200
201
202
# File 'sig/types.rbs', line 200

def version_code
  @version_code
end