Class: Aws::Types::ImportDiskImageRequest

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)


1152
1153
1154
# File 'sig/types.rbs', line 1152

def client_token
  @client_token
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


1142
1143
1144
# File 'sig/types.rbs', line 1142

def description
  @description
end

#execution_role ⇒ ::String

Returns the value of attribute execution_role.

Returns:

  • (::String)


1145
1146
1147
# File 'sig/types.rbs', line 1145

def execution_role
  @execution_role
end

#infrastructure_configuration_arn ⇒ ::String

Returns the value of attribute infrastructure_configuration_arn.

Returns:

  • (::String)


1146
1147
1148
# File 'sig/types.rbs', line 1146

def infrastructure_configuration_arn
  @infrastructure_configuration_arn
end

#logging_configuration ⇒ Types::ImageLoggingConfiguration

Returns the value of attribute logging_configuration.



1148
1149
1150
# File 'sig/types.rbs', line 1148

def logging_configuration
  @logging_configuration
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


1140
1141
1142
# File 'sig/types.rbs', line 1140

def name
  @name
end

#os_version ⇒ ::String

Returns the value of attribute os_version.

Returns:

  • (::String)


1144
1145
1146
# File 'sig/types.rbs', line 1144

def os_version
  @os_version
end

#platform ⇒ ::String

Returns the value of attribute platform.

Returns:

  • (::String)


1143
1144
1145
# File 'sig/types.rbs', line 1143

def platform
  @platform
end

#register_image_options ⇒ Types::RegisterImageOptions

Returns the value of attribute register_image_options.



1150
1151
1152
# File 'sig/types.rbs', line 1150

def register_image_options
  @register_image_options
end

#semantic_version ⇒ ::String

Returns the value of attribute semantic_version.

Returns:

  • (::String)


1141
1142
1143
# File 'sig/types.rbs', line 1141

def semantic_version
  @semantic_version
end

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

Returns the value of attribute tags.

Returns:

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


1149
1150
1151
# File 'sig/types.rbs', line 1149

def tags
  @tags
end

#uri ⇒ ::String

Returns the value of attribute uri.

Returns:

  • (::String)


1147
1148
1149
# File 'sig/types.rbs', line 1147

def uri
  @uri
end

#windows_configuration ⇒ Types::WindowsConfiguration

Returns the value of attribute windows_configuration.



1151
1152
1153
# File 'sig/types.rbs', line 1151

def windows_configuration
  @windows_configuration
end