Class: Aws::Types::GetProvisionedConcurrencyConfigResponse

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)


1173
1174
1175
# File 'sig/types.rbs', line 1173

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)


1172
1173
1174
# File 'sig/types.rbs', line 1172

def available_provisioned_concurrent_executions
  @available_provisioned_concurrent_executions
end

#last_modified::Time

Returns the value of attribute last_modified.

Returns:

  • (::Time)


1176
1177
1178
# File 'sig/types.rbs', line 1176

def last_modified
  @last_modified
end

#requested_provisioned_concurrent_executions::Integer

Returns the value of attribute requested_provisioned_concurrent_executions.

Returns:

  • (::Integer)


1171
1172
1173
# File 'sig/types.rbs', line 1171

def requested_provisioned_concurrent_executions
  @requested_provisioned_concurrent_executions
end

#status"IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

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


1174
1175
1176
# File 'sig/types.rbs', line 1174

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


1175
1176
1177
# File 'sig/types.rbs', line 1175

def status_reason
  @status_reason
end