Class: Aws::Types::CreateMicrovmImageRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_os_capabilities::Array[("ALL")]

Returns the value of attribute additional_os_capabilities.

Returns:

  • (::Array[("ALL")])


67
68
69
# File 'sig/types.rbs', line 67

def additional_os_capabilities
  @additional_os_capabilities
end

#base_image_arn::String

Returns the value of attribute base_image_arn.

Returns:

  • (::String)


58
59
60
# File 'sig/types.rbs', line 58

def base_image_arn
  @base_image_arn
end

#base_image_version::String

Returns the value of attribute base_image_version.

Returns:

  • (::String)


59
60
61
# File 'sig/types.rbs', line 59

def base_image_version
  @base_image_version
end

#build_role_arn::String

Returns the value of attribute build_role_arn.

Returns:

  • (::String)


60
61
62
# File 'sig/types.rbs', line 60

def build_role_arn
  @build_role_arn
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


72
73
74
# File 'sig/types.rbs', line 72

def client_token
  @client_token
end

#code_artifactTypes::CodeArtifact

Returns the value of attribute code_artifact.

Returns:



62
63
64
# File 'sig/types.rbs', line 62

def code_artifact
  @code_artifact
end

#cpu_configurations::Array[Types::CpuConfiguration]

Returns the value of attribute cpu_configurations.

Returns:



65
66
67
# File 'sig/types.rbs', line 65

def cpu_configurations
  @cpu_configurations
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


61
62
63
# File 'sig/types.rbs', line 61

def description
  @description
end

#egress_network_connectors::Array[::String]

Returns the value of attribute egress_network_connectors.

Returns:

  • (::Array[::String])


64
65
66
# File 'sig/types.rbs', line 64

def egress_network_connectors
  @egress_network_connectors
end

#environment_variables::Hash[::String, ::String]

Returns the value of attribute environment_variables.

Returns:

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


69
70
71
# File 'sig/types.rbs', line 69

def environment_variables
  @environment_variables
end

#hooksTypes::Hooks

Returns the value of attribute hooks.

Returns:



68
69
70
# File 'sig/types.rbs', line 68

def hooks
  @hooks
end

#loggingTypes::Logging

Returns the value of attribute logging.

Returns:



63
64
65
# File 'sig/types.rbs', line 63

def logging
  @logging
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


70
71
72
# File 'sig/types.rbs', line 70

def name
  @name
end

#resources::Array[Types::Resources]

Returns the value of attribute resources.

Returns:



66
67
68
# File 'sig/types.rbs', line 66

def resources
  @resources
end

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

Returns the value of attribute tags.

Returns:

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


71
72
73
# File 'sig/types.rbs', line 71

def tags
  @tags
end