Class: Aws::Types::ProvisionedConcurrencyConfigListItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allocated_provisioned_concurrent_executions::Integer

Returns the value of attribute allocated_provisioned_concurrent_executions.

Returns:

  • (::Integer)


1732
1733
1734
# File 'sig/types.rbs', line 1732

def allocated_provisioned_concurrent_executions
  @allocated_provisioned_concurrent_executions
end

#available_provisioned_concurrent_executions::Integer

Returns the value of attribute available_provisioned_concurrent_executions.

Returns:

  • (::Integer)


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

def available_provisioned_concurrent_executions
  @available_provisioned_concurrent_executions
end

#function_arn::String

Returns the value of attribute function_arn.

Returns:

  • (::String)


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

def function_arn
  @function_arn
end

#last_modified::Time

Returns the value of attribute last_modified.

Returns:

  • (::Time)


1735
1736
1737
# File 'sig/types.rbs', line 1735

def last_modified
  @last_modified
end

#requested_provisioned_concurrent_executions::Integer

Returns the value of attribute requested_provisioned_concurrent_executions.

Returns:

  • (::Integer)


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

def requested_provisioned_concurrent_executions
  @requested_provisioned_concurrent_executions
end

#status"IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("IN_PROGRESS", "READY", "FAILED")


1733
1734
1735
# File 'sig/types.rbs', line 1733

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


1734
1735
1736
# File 'sig/types.rbs', line 1734

def status_reason
  @status_reason
end