Class: Aws::Types::GetInstanceTypesFromInstanceRequirementsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetInstanceTypesFromInstanceRequirementsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#architecture_types ⇒ ::Array[("i386" | "x86_64" | "arm64" | "x86_64_mac" | "arm64_mac")]
Returns the value of attribute architecture_types.
-
#context ⇒ ::String
Returns the value of attribute context.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#instance_requirements ⇒ Types::InstanceRequirementsRequest
Returns the value of attribute instance_requirements.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#virtualization_types ⇒ ::Array[("hvm" | "paravirtual")]
Returns the value of attribute virtualization_types.
Instance Attribute Details
#architecture_types ⇒ ::Array[("i386" | "x86_64" | "arm64" | "x86_64_mac" | "arm64_mac")]
Returns the value of attribute architecture_types.
9975 9976 9977 |
# File 'sig/types.rbs', line 9975 def architecture_types @architecture_types end |
#context ⇒ ::String
Returns the value of attribute context.
9980 9981 9982 |
# File 'sig/types.rbs', line 9980 def context @context end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
9974 9975 9976 |
# File 'sig/types.rbs', line 9974 def dry_run @dry_run end |
#instance_requirements ⇒ Types::InstanceRequirementsRequest
Returns the value of attribute instance_requirements.
9977 9978 9979 |
# File 'sig/types.rbs', line 9977 def instance_requirements @instance_requirements end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
9978 9979 9980 |
# File 'sig/types.rbs', line 9978 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
9979 9980 9981 |
# File 'sig/types.rbs', line 9979 def next_token @next_token end |
#virtualization_types ⇒ ::Array[("hvm" | "paravirtual")]
Returns the value of attribute virtualization_types.
9976 9977 9978 |
# File 'sig/types.rbs', line 9976 def virtualization_types @virtualization_types end |