Class: Aws::Types::ImportComponentRequest

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)


1120
1121
1122
# File 'sig/types.rbs', line 1120

def change_description
  @change_description
end

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1128
1129
1130
# File 'sig/types.rbs', line 1128

def client_token
  @client_token
end

#data ⇒ ::String

Returns the value of attribute data.

Returns:

  • (::String)


1124
1125
1126
# File 'sig/types.rbs', line 1124

def data
  @data
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


1119
1120
1121
# File 'sig/types.rbs', line 1119

def description
  @description
end

#format ⇒ "SHELL"

Returns the value of attribute format.

Returns:

  • ("SHELL")


1122
1123
1124
# File 'sig/types.rbs', line 1122

def format
  @format
end

#kms_key_id ⇒ ::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


1126
1127
1128
# File 'sig/types.rbs', line 1126

def kms_key_id
  @kms_key_id
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


1117
1118
1119
# File 'sig/types.rbs', line 1117

def name
  @name
end

#platform ⇒ "Windows", ...

Returns the value of attribute platform.

Returns:

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


1123
1124
1125
# File 'sig/types.rbs', line 1123

def platform
  @platform
end

#semantic_version ⇒ ::String

Returns the value of attribute semantic_version.

Returns:

  • (::String)


1118
1119
1120
# File 'sig/types.rbs', line 1118

def semantic_version
  @semantic_version
end

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

Returns the value of attribute tags.

Returns:

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


1127
1128
1129
# File 'sig/types.rbs', line 1127

def tags
  @tags
end

#type ⇒ "BUILD", "TEST"

Returns the value of attribute type.

Returns:

  • ("BUILD", "TEST")


1121
1122
1123
# File 'sig/types.rbs', line 1121

def type
  @type
end

#uri ⇒ ::String

Returns the value of attribute uri.

Returns:

  • (::String)


1125
1126
1127
# File 'sig/types.rbs', line 1125

def uri
  @uri
end