Class: Aws::Types::UpdateMicrovmImageRequest

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")])


615
616
617
# File 'sig/types.rbs', line 615

def additional_os_capabilities
  @additional_os_capabilities
end

#base_image_arn::String

Returns the value of attribute base_image_arn.

Returns:

  • (::String)


606
607
608
# File 'sig/types.rbs', line 606

def base_image_arn
  @base_image_arn
end

#base_image_version::String

Returns the value of attribute base_image_version.

Returns:

  • (::String)


607
608
609
# File 'sig/types.rbs', line 607

def base_image_version
  @base_image_version
end

#build_role_arn::String

Returns the value of attribute build_role_arn.

Returns:

  • (::String)


608
609
610
# File 'sig/types.rbs', line 608

def build_role_arn
  @build_role_arn
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


619
620
621
# File 'sig/types.rbs', line 619

def client_token
  @client_token
end

#code_artifactTypes::CodeArtifact

Returns the value of attribute code_artifact.

Returns:



610
611
612
# File 'sig/types.rbs', line 610

def code_artifact
  @code_artifact
end

#cpu_configurations::Array[Types::CpuConfiguration]

Returns the value of attribute cpu_configurations.

Returns:



613
614
615
# File 'sig/types.rbs', line 613

def cpu_configurations
  @cpu_configurations
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


609
610
611
# File 'sig/types.rbs', line 609

def description
  @description
end

#egress_network_connectors::Array[::String]

Returns the value of attribute egress_network_connectors.

Returns:

  • (::Array[::String])


612
613
614
# File 'sig/types.rbs', line 612

def egress_network_connectors
  @egress_network_connectors
end

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

Returns the value of attribute environment_variables.

Returns:

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


617
618
619
# File 'sig/types.rbs', line 617

def environment_variables
  @environment_variables
end

#hooksTypes::Hooks

Returns the value of attribute hooks.

Returns:



616
617
618
# File 'sig/types.rbs', line 616

def hooks
  @hooks
end

#image_identifier::String

Returns the value of attribute image_identifier.

Returns:

  • (::String)


618
619
620
# File 'sig/types.rbs', line 618

def image_identifier
  @image_identifier
end

#loggingTypes::Logging

Returns the value of attribute logging.

Returns:



611
612
613
# File 'sig/types.rbs', line 611

def logging
  @logging
end

#resources::Array[Types::Resources]

Returns the value of attribute resources.

Returns:



614
615
616
# File 'sig/types.rbs', line 614

def resources
  @resources
end