Class: Aws::Types::GetInstanceTypesFromInstanceRequirementsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#architecture_types::Array[("i386" | "x86_64" | "arm64" | "x86_64_mac" | "arm64_mac")]

Returns the value of attribute architecture_types.

Returns:

  • (::Array[("i386" | "x86_64" | "arm64" | "x86_64_mac" | "arm64_mac")])


10307
10308
10309
# File 'sig/types.rbs', line 10307

def architecture_types
  @architecture_types
end

#context::String

Returns the value of attribute context.

Returns:

  • (::String)


10312
10313
10314
# File 'sig/types.rbs', line 10312

def context
  @context
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


10306
10307
10308
# File 'sig/types.rbs', line 10306

def dry_run
  @dry_run
end

#instance_requirementsTypes::InstanceRequirementsRequest

Returns the value of attribute instance_requirements.



10309
10310
10311
# File 'sig/types.rbs', line 10309

def instance_requirements
  @instance_requirements
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


10310
10311
10312
# File 'sig/types.rbs', line 10310

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


10311
10312
10313
# File 'sig/types.rbs', line 10311

def next_token
  @next_token
end

#virtualization_types::Array[("hvm" | "paravirtual")]

Returns the value of attribute virtualization_types.

Returns:

  • (::Array[("hvm" | "paravirtual")])


10308
10309
10310
# File 'sig/types.rbs', line 10308

def virtualization_types
  @virtualization_types
end