Class: Aws::Types::ComputeQuotaSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#activation_state"Enabled", "Disabled"

Returns the value of attribute activation_state.

Returns:

  • ("Enabled", "Disabled")


1728
1729
1730
# File 'sig/types.rbs', line 1728

def activation_state
  @activation_state
end

#cluster_arn::String

Returns the value of attribute cluster_arn.

Returns:

  • (::String)


1725
1726
1727
# File 'sig/types.rbs', line 1725

def cluster_arn
  @cluster_arn
end

#compute_quota_arn::String

Returns the value of attribute compute_quota_arn.

Returns:

  • (::String)


1720
1721
1722
# File 'sig/types.rbs', line 1720

def compute_quota_arn
  @compute_quota_arn
end

#compute_quota_configTypes::ComputeQuotaConfig

Returns the value of attribute compute_quota_config.



1726
1727
1728
# File 'sig/types.rbs', line 1726

def compute_quota_config
  @compute_quota_config
end

#compute_quota_id::String

Returns the value of attribute compute_quota_id.

Returns:

  • (::String)


1721
1722
1723
# File 'sig/types.rbs', line 1721

def compute_quota_id
  @compute_quota_id
end

#compute_quota_targetTypes::ComputeQuotaTarget

Returns the value of attribute compute_quota_target.



1727
1728
1729
# File 'sig/types.rbs', line 1727

def compute_quota_target
  @compute_quota_target
end

#compute_quota_version::Integer

Returns the value of attribute compute_quota_version.

Returns:

  • (::Integer)


1723
1724
1725
# File 'sig/types.rbs', line 1723

def compute_quota_version
  @compute_quota_version
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


1729
1730
1731
# File 'sig/types.rbs', line 1729

def creation_time
  @creation_time
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


1730
1731
1732
# File 'sig/types.rbs', line 1730

def last_modified_time
  @last_modified_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1722
1723
1724
# File 'sig/types.rbs', line 1722

def name
  @name
end

#status"Creating", ...

Returns the value of attribute status.

Returns:

  • ("Creating", "CreateFailed", "CreateRollbackFailed", "Created", "Updating", "UpdateFailed", "UpdateRollbackFailed", "Updated", "Deleting", "DeleteFailed", "DeleteRollbackFailed", "Deleted")


1724
1725
1726
# File 'sig/types.rbs', line 1724

def status
  @status
end