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)


1715
1716
1717
# File 'sig/types.rbs', line 1715

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)


1714
1715
1716
# File 'sig/types.rbs', line 1714

def available_provisioned_concurrent_executions
  @available_provisioned_concurrent_executions
end

#function_arn::String

Returns the value of attribute function_arn.

Returns:

  • (::String)


1712
1713
1714
# File 'sig/types.rbs', line 1712

def function_arn
  @function_arn
end

#last_modified::Time

Returns the value of attribute last_modified.

Returns:

  • (::Time)


1718
1719
1720
# File 'sig/types.rbs', line 1718

def last_modified
  @last_modified
end

#requested_provisioned_concurrent_executions::Integer

Returns the value of attribute requested_provisioned_concurrent_executions.

Returns:

  • (::Integer)


1713
1714
1715
# File 'sig/types.rbs', line 1713

def requested_provisioned_concurrent_executions
  @requested_provisioned_concurrent_executions
end

#status"IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

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


1716
1717
1718
# File 'sig/types.rbs', line 1716

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


1717
1718
1719
# File 'sig/types.rbs', line 1717

def status_reason
  @status_reason
end