Class: Aws::Types::CreateMicrovmImageResponse

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


92
93
94
# File 'sig/types.rbs', line 92

def additional_os_capabilities
  @additional_os_capabilities
end

#base_image_arn::String

Returns the value of attribute base_image_arn.

Returns:

  • (::String)


83
84
85
# File 'sig/types.rbs', line 83

def base_image_arn
  @base_image_arn
end

#base_image_version::String

Returns the value of attribute base_image_version.

Returns:

  • (::String)


84
85
86
# File 'sig/types.rbs', line 84

def base_image_version
  @base_image_version
end

#build_role_arn::String

Returns the value of attribute build_role_arn.

Returns:

  • (::String)


85
86
87
# File 'sig/types.rbs', line 85

def build_role_arn
  @build_role_arn
end

#code_artifactTypes::CodeArtifact

Returns the value of attribute code_artifact.

Returns:



87
88
89
# File 'sig/types.rbs', line 87

def code_artifact
  @code_artifact
end

#cpu_configurations::Array[Types::CpuConfiguration]

Returns the value of attribute cpu_configurations.

Returns:



90
91
92
# File 'sig/types.rbs', line 90

def cpu_configurations
  @cpu_configurations
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


82
83
84
# File 'sig/types.rbs', line 82

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


86
87
88
# File 'sig/types.rbs', line 86

def description
  @description
end

#egress_network_connectors::Array[::String]

Returns the value of attribute egress_network_connectors.

Returns:

  • (::Array[::String])


89
90
91
# File 'sig/types.rbs', line 89

def egress_network_connectors
  @egress_network_connectors
end

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

Returns the value of attribute environment_variables.

Returns:

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


94
95
96
# File 'sig/types.rbs', line 94

def environment_variables
  @environment_variables
end

#hooksTypes::Hooks

Returns the value of attribute hooks.

Returns:



93
94
95
# File 'sig/types.rbs', line 93

def hooks
  @hooks
end

#image_arn::String

Returns the value of attribute image_arn.

Returns:

  • (::String)


77
78
79
# File 'sig/types.rbs', line 77

def image_arn
  @image_arn
end

#image_version::String

Returns the value of attribute image_version.

Returns:

  • (::String)


97
98
99
# File 'sig/types.rbs', line 97

def image_version
  @image_version
end

#latest_active_image_version::String

Returns the value of attribute latest_active_image_version.

Returns:

  • (::String)


80
81
82
# File 'sig/types.rbs', line 80

def latest_active_image_version
  @latest_active_image_version
end

#latest_failed_image_version::String

Returns the value of attribute latest_failed_image_version.

Returns:

  • (::String)


81
82
83
# File 'sig/types.rbs', line 81

def latest_failed_image_version
  @latest_failed_image_version
end

#loggingTypes::Logging

Returns the value of attribute logging.

Returns:



88
89
90
# File 'sig/types.rbs', line 88

def logging
  @logging
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


78
79
80
# File 'sig/types.rbs', line 78

def name
  @name
end

#resources::Array[Types::Resources]

Returns the value of attribute resources.

Returns:



91
92
93
# File 'sig/types.rbs', line 91

def resources
  @resources
end

#state"CREATING", ...

Returns the value of attribute state.

Returns:

  • ("CREATING", "CREATED", "CREATE_FAILED", "UPDATING", "UPDATED", "UPDATE_FAILED", "DELETING", "DELETE_FAILED", "DELETED")


79
80
81
# File 'sig/types.rbs', line 79

def state
  @state
end

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

Returns the value of attribute tags.

Returns:

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


95
96
97
# File 'sig/types.rbs', line 95

def tags
  @tags
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


96
97
98
# File 'sig/types.rbs', line 96

def updated_at
  @updated_at
end