Class: Aws::Types::CreateComponentRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#change_description ⇒ ::String

Returns the value of attribute change_description.

Returns:

  • (::String)


229
230
231
# File 'sig/types.rbs', line 229

def change_description
  @change_description
end

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


236
237
238
# File 'sig/types.rbs', line 236

def client_token
  @client_token
end

#data ⇒ ::String

Returns the value of attribute data.

Returns:

  • (::String)


232
233
234
# File 'sig/types.rbs', line 232

def data
  @data
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


228
229
230
# File 'sig/types.rbs', line 228

def description
  @description
end

#dry_run ⇒ Boolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


237
238
239
# File 'sig/types.rbs', line 237

def dry_run
  @dry_run
end

#kms_key_id ⇒ ::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


234
235
236
# File 'sig/types.rbs', line 234

def kms_key_id
  @kms_key_id
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


226
227
228
# File 'sig/types.rbs', line 226

def name
  @name
end

#platform ⇒ "Windows", ...

Returns the value of attribute platform.

Returns:

  • ("Windows", "Linux", "macOS")


230
231
232
# File 'sig/types.rbs', line 230

def platform
  @platform
end

#semantic_version ⇒ ::String

Returns the value of attribute semantic_version.

Returns:

  • (::String)


227
228
229
# File 'sig/types.rbs', line 227

def semantic_version
  @semantic_version
end

#supported_os_versions ⇒ ::Array[::String]

Returns the value of attribute supported_os_versions.

Returns:

  • (::Array[::String])


231
232
233
# File 'sig/types.rbs', line 231

def supported_os_versions
  @supported_os_versions
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

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


235
236
237
# File 'sig/types.rbs', line 235

def tags
  @tags
end

#uri ⇒ ::String

Returns the value of attribute uri.

Returns:

  • (::String)


233
234
235
# File 'sig/types.rbs', line 233

def uri
  @uri
end