Class: Aws::Types::TargetInstance
- Inherits:
-
Object
- Object
- Aws::Types::TargetInstance
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
-
#default_target_instance ⇒ Boolean
Returns the value of attribute default_target_instance.
-
#estimated_monthly_cost ⇒ ::String
Returns the value of attribute estimated_monthly_cost.
-
#estimated_monthly_savings ⇒ ::String
Returns the value of attribute estimated_monthly_savings.
-
#expected_resource_utilization ⇒ Types::ResourceUtilization
Returns the value of attribute expected_resource_utilization.
-
#platform_differences ⇒ ::Array[("HYPERVISOR" | "NETWORK_INTERFACE" | "STORAGE_INTERFACE" | "INSTANCE_STORE_AVAILABILITY" | "VIRTUALIZATION_TYPE")]
Returns the value of attribute platform_differences.
-
#resource_details ⇒ Types::ResourceDetails
Returns the value of attribute resource_details.
Instance Attribute Details
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
1546 1547 1548 |
# File 'sig/types.rbs', line 1546 def currency_code @currency_code end |
#default_target_instance ⇒ Boolean
Returns the value of attribute default_target_instance.
1547 1548 1549 |
# File 'sig/types.rbs', line 1547 def default_target_instance @default_target_instance end |
#estimated_monthly_cost ⇒ ::String
Returns the value of attribute estimated_monthly_cost.
1544 1545 1546 |
# File 'sig/types.rbs', line 1544 def estimated_monthly_cost @estimated_monthly_cost end |
#estimated_monthly_savings ⇒ ::String
Returns the value of attribute estimated_monthly_savings.
1545 1546 1547 |
# File 'sig/types.rbs', line 1545 def estimated_monthly_savings @estimated_monthly_savings end |
#expected_resource_utilization ⇒ Types::ResourceUtilization
Returns the value of attribute expected_resource_utilization.
1549 1550 1551 |
# File 'sig/types.rbs', line 1549 def expected_resource_utilization @expected_resource_utilization end |
#platform_differences ⇒ ::Array[("HYPERVISOR" | "NETWORK_INTERFACE" | "STORAGE_INTERFACE" | "INSTANCE_STORE_AVAILABILITY" | "VIRTUALIZATION_TYPE")]
Returns the value of attribute platform_differences.
1550 1551 1552 |
# File 'sig/types.rbs', line 1550 def platform_differences @platform_differences end |
#resource_details ⇒ Types::ResourceDetails
Returns the value of attribute resource_details.
1548 1549 1550 |
# File 'sig/types.rbs', line 1548 def resource_details @resource_details end |