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)


1409
1410
1411
# File 'sig/types.rbs', line 1409

def 
  @account_id
end

#account_name::String

Returns the value of attribute account_name.

Returns:

  • (::String)


1410
1411
1412
# File 'sig/types.rbs', line 1410

def 
  @account_name
end

#availability_zone_id::String

Returns the value of attribute availability_zone_id.

Returns:

  • (::String)


1408
1409
1410
# File 'sig/types.rbs', line 1408

def availability_zone_id
  @availability_zone_id
end

#instance_family::String

Returns the value of attribute instance_family.

Returns:

  • (::String)


1411
1412
1413
# File 'sig/types.rbs', line 1411

def instance_family
  @instance_family
end

#instance_platform::String

Returns the value of attribute instance_platform.

Returns:

  • (::String)


1413
1414
1415
# File 'sig/types.rbs', line 1413

def instance_platform
  @instance_platform
end

#instance_type::String

Returns the value of attribute instance_type.

Returns:

  • (::String)


1412
1413
1414
# File 'sig/types.rbs', line 1412

def instance_type
  @instance_type
end

#reservation_arn::String

Returns the value of attribute reservation_arn.

Returns:

  • (::String)


1414
1415
1416
# File 'sig/types.rbs', line 1414

def reservation_arn
  @reservation_arn
end

#reservation_create_timestamp::Time

Returns the value of attribute reservation_create_timestamp.

Returns:

  • (::Time)


1417
1418
1419
# File 'sig/types.rbs', line 1417

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


1420
1421
1422
# File 'sig/types.rbs', line 1420

def reservation_end_date_type
  @reservation_end_date_type
end

#reservation_end_timestamp::Time

Returns the value of attribute reservation_end_timestamp.

Returns:

  • (::Time)


1419
1420
1421
# File 'sig/types.rbs', line 1419

def reservation_end_timestamp
  @reservation_end_timestamp
end

#reservation_id::String

Returns the value of attribute reservation_id.

Returns:

  • (::String)


1415
1416
1417
# File 'sig/types.rbs', line 1415

def reservation_id
  @reservation_id
end

#reservation_instance_match_criteria::String

Returns the value of attribute reservation_instance_match_criteria.

Returns:

  • (::String)


1423
1424
1425
# File 'sig/types.rbs', line 1423

def reservation_instance_match_criteria
  @reservation_instance_match_criteria
end

#reservation_start_timestamp::Time

Returns the value of attribute reservation_start_timestamp.

Returns:

  • (::Time)


1418
1419
1420
# File 'sig/types.rbs', line 1418

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


1422
1423
1424
# File 'sig/types.rbs', line 1422

def reservation_state
  @reservation_state
end

#reservation_type"capacity-block", "odcr"

Returns the value of attribute reservation_type.

Returns:

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


1416
1417
1418
# File 'sig/types.rbs', line 1416

def reservation_type
  @reservation_type
end

#reservation_unused_financial_owner::String

Returns the value of attribute reservation_unused_financial_owner.

Returns:

  • (::String)


1424
1425
1426
# File 'sig/types.rbs', line 1424

def reservation_unused_financial_owner
  @reservation_unused_financial_owner
end

#resource_region::String

Returns the value of attribute resource_region.

Returns:

  • (::String)


1407
1408
1409
# File 'sig/types.rbs', line 1407

def resource_region
  @resource_region
end

#tags::Array[Types::CapacityManagerTagDimension]

Returns the value of attribute tags.



1425
1426
1427
# File 'sig/types.rbs', line 1425

def tags
  @tags
end

#tenancy"default", "dedicated"

Returns the value of attribute tenancy.

Returns:

  • ("default", "dedicated")


1421
1422
1423
# File 'sig/types.rbs', line 1421

def tenancy
  @tenancy
end