Class: Aws::Types::ImportVmImageRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1171
1172
1173
# File 'sig/types.rbs', line 1171

def client_token
  @client_token
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


1165
1166
1167
# File 'sig/types.rbs', line 1165

def description
  @description
end

#logging_configuration ⇒ Types::ImageLoggingConfiguration

Returns the value of attribute logging_configuration.



1169
1170
1171
# File 'sig/types.rbs', line 1169

def logging_configuration
  @logging_configuration
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


1163
1164
1165
# File 'sig/types.rbs', line 1163

def name
  @name
end

#os_version ⇒ ::String

Returns the value of attribute os_version.

Returns:

  • (::String)


1167
1168
1169
# File 'sig/types.rbs', line 1167

def os_version
  @os_version
end

#platform ⇒ "Windows", ...

Returns the value of attribute platform.

Returns:

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


1166
1167
1168
# File 'sig/types.rbs', line 1166

def platform
  @platform
end

#semantic_version ⇒ ::String

Returns the value of attribute semantic_version.

Returns:

  • (::String)


1164
1165
1166
# File 'sig/types.rbs', line 1164

def semantic_version
  @semantic_version
end

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

Returns the value of attribute tags.

Returns:

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


1170
1171
1172
# File 'sig/types.rbs', line 1170

def tags
  @tags
end

#vm_import_task_id ⇒ ::String

Returns the value of attribute vm_import_task_id.

Returns:

  • (::String)


1168
1169
1170
# File 'sig/types.rbs', line 1168

def vm_import_task_id
  @vm_import_task_id
end