Class: Aws::Types::TargetInstance

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#currency_code::String

Returns the value of attribute currency_code.

Returns:

  • (::String)


1546
1547
1548
# File 'sig/types.rbs', line 1546

def currency_code
  @currency_code
end

#default_target_instanceBoolean

Returns the value of attribute default_target_instance.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1545
1546
1547
# File 'sig/types.rbs', line 1545

def estimated_monthly_savings
  @estimated_monthly_savings
end

#expected_resource_utilizationTypes::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.

Returns:

  • (::Array[("HYPERVISOR" | "NETWORK_INTERFACE" | "STORAGE_INTERFACE" | "INSTANCE_STORE_AVAILABILITY" | "VIRTUALIZATION_TYPE")])


1550
1551
1552
# File 'sig/types.rbs', line 1550

def platform_differences
  @platform_differences
end

#resource_detailsTypes::ResourceDetails

Returns the value of attribute resource_details.



1548
1549
1550
# File 'sig/types.rbs', line 1548

def resource_details
  @resource_details
end