Class: Aws::Types::CapacityManagerDimension

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


1511
1512
1513
# File 'sig/types.rbs', line 1511

def 
  @account_id
end

#account_name::String

Returns the value of attribute account_name.

Returns:

  • (::String)


1512
1513
1514
# File 'sig/types.rbs', line 1512

def 
  @account_name
end

#availability_zone_id::String

Returns the value of attribute availability_zone_id.

Returns:

  • (::String)


1510
1511
1512
# File 'sig/types.rbs', line 1510

def availability_zone_id
  @availability_zone_id
end

#instance_family::String

Returns the value of attribute instance_family.

Returns:

  • (::String)


1513
1514
1515
# File 'sig/types.rbs', line 1513

def instance_family
  @instance_family
end

#instance_platform::String

Returns the value of attribute instance_platform.

Returns:

  • (::String)


1515
1516
1517
# File 'sig/types.rbs', line 1515

def instance_platform
  @instance_platform
end

#instance_type::String

Returns the value of attribute instance_type.

Returns:

  • (::String)


1514
1515
1516
# File 'sig/types.rbs', line 1514

def instance_type
  @instance_type
end

#reservation_arn::String

Returns the value of attribute reservation_arn.

Returns:

  • (::String)


1516
1517
1518
# File 'sig/types.rbs', line 1516

def reservation_arn
  @reservation_arn
end

#reservation_create_timestamp::Time

Returns the value of attribute reservation_create_timestamp.

Returns:

  • (::Time)


1519
1520
1521
# File 'sig/types.rbs', line 1519

def reservation_create_timestamp
  @reservation_create_timestamp
end

#reservation_end_date_type"limited", "unlimited"

Returns the value of attribute reservation_end_date_type.

Returns:

  • ("limited", "unlimited")


1522
1523
1524
# File 'sig/types.rbs', line 1522

def reservation_end_date_type
  @reservation_end_date_type
end

#reservation_end_timestamp::Time

Returns the value of attribute reservation_end_timestamp.

Returns:

  • (::Time)


1521
1522
1523
# File 'sig/types.rbs', line 1521

def reservation_end_timestamp
  @reservation_end_timestamp
end

#reservation_id::String

Returns the value of attribute reservation_id.

Returns:

  • (::String)


1517
1518
1519
# File 'sig/types.rbs', line 1517

def reservation_id
  @reservation_id
end

#reservation_instance_match_criteria::String

Returns the value of attribute reservation_instance_match_criteria.

Returns:

  • (::String)


1525
1526
1527
# File 'sig/types.rbs', line 1525

def reservation_instance_match_criteria
  @reservation_instance_match_criteria
end

#reservation_start_timestamp::Time

Returns the value of attribute reservation_start_timestamp.

Returns:

  • (::Time)


1520
1521
1522
# File 'sig/types.rbs', line 1520

def reservation_start_timestamp
  @reservation_start_timestamp
end

#reservation_state"active", ...

Returns the value of attribute reservation_state.

Returns:

  • ("active", "expired", "cancelled", "scheduled", "pending", "failed", "delayed", "unsupported", "payment-pending", "payment-failed", "retired")


1524
1525
1526
# File 'sig/types.rbs', line 1524

def reservation_state
  @reservation_state
end

#reservation_type"capacity-block", "odcr"

Returns the value of attribute reservation_type.

Returns:

  • ("capacity-block", "odcr")


1518
1519
1520
# File 'sig/types.rbs', line 1518

def reservation_type
  @reservation_type
end

#reservation_unused_financial_owner::String

Returns the value of attribute reservation_unused_financial_owner.

Returns:

  • (::String)


1526
1527
1528
# File 'sig/types.rbs', line 1526

def reservation_unused_financial_owner
  @reservation_unused_financial_owner
end

#resource_region::String

Returns the value of attribute resource_region.

Returns:

  • (::String)


1509
1510
1511
# File 'sig/types.rbs', line 1509

def resource_region
  @resource_region
end

#tags::Array[Types::CapacityManagerTagDimension]

Returns the value of attribute tags.



1527
1528
1529
# File 'sig/types.rbs', line 1527

def tags
  @tags
end

#tenancy"default", "dedicated"

Returns the value of attribute tenancy.

Returns:

  • ("default", "dedicated")


1523
1524
1525
# File 'sig/types.rbs', line 1523

def tenancy
  @tenancy
end