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)


1495
1496
1497
# File 'sig/types.rbs', line 1495

def 
  @account_id
end

#account_name::String

Returns the value of attribute account_name.

Returns:

  • (::String)


1496
1497
1498
# File 'sig/types.rbs', line 1496

def 
  @account_name
end

#availability_zone_id::String

Returns the value of attribute availability_zone_id.

Returns:

  • (::String)


1494
1495
1496
# File 'sig/types.rbs', line 1494

def availability_zone_id
  @availability_zone_id
end

#instance_family::String

Returns the value of attribute instance_family.

Returns:

  • (::String)


1497
1498
1499
# File 'sig/types.rbs', line 1497

def instance_family
  @instance_family
end

#instance_platform::String

Returns the value of attribute instance_platform.

Returns:

  • (::String)


1499
1500
1501
# File 'sig/types.rbs', line 1499

def instance_platform
  @instance_platform
end

#instance_type::String

Returns the value of attribute instance_type.

Returns:

  • (::String)


1498
1499
1500
# File 'sig/types.rbs', line 1498

def instance_type
  @instance_type
end

#reservation_arn::String

Returns the value of attribute reservation_arn.

Returns:

  • (::String)


1500
1501
1502
# File 'sig/types.rbs', line 1500

def reservation_arn
  @reservation_arn
end

#reservation_create_timestamp::Time

Returns the value of attribute reservation_create_timestamp.

Returns:

  • (::Time)


1503
1504
1505
# File 'sig/types.rbs', line 1503

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")


1506
1507
1508
# File 'sig/types.rbs', line 1506

def reservation_end_date_type
  @reservation_end_date_type
end

#reservation_end_timestamp::Time

Returns the value of attribute reservation_end_timestamp.

Returns:

  • (::Time)


1505
1506
1507
# File 'sig/types.rbs', line 1505

def reservation_end_timestamp
  @reservation_end_timestamp
end

#reservation_id::String

Returns the value of attribute reservation_id.

Returns:

  • (::String)


1501
1502
1503
# File 'sig/types.rbs', line 1501

def reservation_id
  @reservation_id
end

#reservation_instance_match_criteria::String

Returns the value of attribute reservation_instance_match_criteria.

Returns:

  • (::String)


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

def reservation_instance_match_criteria
  @reservation_instance_match_criteria
end

#reservation_start_timestamp::Time

Returns the value of attribute reservation_start_timestamp.

Returns:

  • (::Time)


1504
1505
1506
# File 'sig/types.rbs', line 1504

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")


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

def reservation_state
  @reservation_state
end

#reservation_type"capacity-block", "odcr"

Returns the value of attribute reservation_type.

Returns:

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


1502
1503
1504
# File 'sig/types.rbs', line 1502

def reservation_type
  @reservation_type
end

#reservation_unused_financial_owner::String

Returns the value of attribute reservation_unused_financial_owner.

Returns:

  • (::String)


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

def reservation_unused_financial_owner
  @reservation_unused_financial_owner
end

#resource_region::String

Returns the value of attribute resource_region.

Returns:

  • (::String)


1493
1494
1495
# File 'sig/types.rbs', line 1493

def resource_region
  @resource_region
end

#tags::Array[Types::CapacityManagerTagDimension]

Returns the value of attribute tags.



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

def tags
  @tags
end

#tenancy"default", "dedicated"

Returns the value of attribute tenancy.

Returns:

  • ("default", "dedicated")


1507
1508
1509
# File 'sig/types.rbs', line 1507

def tenancy
  @tenancy
end